#2B1972

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

Shades of Persian Indigo #2B1972

Tints of Persian Indigo #2B1972

Color information

#2B1972 (or 0x2B1972) is unknown color: approx Persian Indigo. HEX triplet: 2B, 19 and 72. RGB value is (43,25,114). Sum of RGB (Red+Green+Blue) = 43+25+114=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1972 is #D4E68D. Grayscale: #282828. Windows color (decimal): -13952654 or 7477547. OLE color: 7477547.

HSL color Cylindrical-coordinate representation of color #2B1972: hue angle of 252.13º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B1972 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4325114-
CMYK0.620.7800.55
HSL252.13º64.03%27.25%-
HSV(B)252.13º78.07%44.71%-
XYZ4.382.4216.16-
YUV40.53169.46129.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.63%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 114 (44.92% from 255) = 62.64%
R=23.63%
G=13.74%
B=62.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43251140.620.7800.55252.1364.0327.25
Hex2B19723E4E037fc401b
Octal53311627611606737410033
Binary1010111100111100101111101001110011011111111100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,25,114); }

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

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

 a { background-color: rgb(43,25,114); }

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

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

 span { border-color: rgb(43,25,114); }

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