#2B1480

Color #2B1480 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2B1480

Tints of Persian Indigo #2B1480

Color information

#2B1480 (or 0x2B1480) is unknown color: approx Persian Indigo. HEX triplet: 2B, 14 and 80. RGB value is (43,20,128). Sum of RGB (Red+Green+Blue) = 43+20+128=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #2B1480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1480 is #D4EB7F. Grayscale: #262626. Windows color (decimal): -13953920 or 8393771. OLE color: 8393771.

HSL color Cylindrical-coordinate representation of color #2B1480: hue angle of 252.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1480 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4320128-
CMYK0.660.8400.50
HSL252.78º72.97%29.02%-
HSV(B)252.78º84.38%50.2%-
XYZ5.142.5720.65-
YUV39.19178.12130.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 128 (50.39% from 255) = 67.02%
R=22.51%
G=10.47%
B=67.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43201280.660.8400.50252.7872.9729.02
Hex2B14804254032fd491d
Octal532420010212406237511135
Binary101011101001000000010000101010100011001011111101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B1480; }

 p { color: rgb(43,20,128); }

 H1.HeaderClassName
 {
   color: #2B1480;
 }
 .AnyTagClassName
 {
   color: #2B1480;
 }
</style>
background-color css

<style>
 a { background-color: #2B1480; }

 a { background-color: rgb(43,20,128); }

 div.DivClassName
 {
   background-color: #2B1480;
 }
 .BgClassName
 {
   background-color: #2B1480;
 }
</style>
border-color css

<style>
 span { border-color: #2B1480; }

 span { border-color: rgb(43,20,128); }

 td.TdClassName
 {
   border-color: #2B1480;
 }
 .TagClassName
 {
   border-color: #2B1480;
 }
</style>