#2B1872

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

Shades of Persian Indigo #2B1872

Tints of Persian Indigo #2B1872

Color information

#2B1872 (or 0x2B1872) is unknown color: approx Persian Indigo. HEX triplet: 2B, 18 and 72. RGB value is (43,24,114). Sum of RGB (Red+Green+Blue) = 43+24+114=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B1872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1872 is #D4E78D. Grayscale: #272727. Windows color (decimal): -13952910 or 7477291. OLE color: 7477291.

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

Color convert

RGB4324114-
CMYK0.620.7900.55
HSL252.67º65.22%27.06%-
HSV(B)252.67º78.95%44.71%-
XYZ4.362.3816.15-
YUV39.94169.79130.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.76%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 114 (44.92% from 255) = 62.98%
R=23.76%
G=13.26%
B=62.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43241140.620.7900.55252.6765.2227.06
Hex2B18723E4F037fd411b
Octal53301627611706737510133
Binary1010111100011100101111101001111011011111111101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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