#2B0E72

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

Shades of Persian Indigo #2B0E72

Tints of Persian Indigo #2B0E72

Color information

#2B0E72 (or 0x2B0E72) is unknown color: approx Persian Indigo. HEX triplet: 2B, 0E and 72. RGB value is (43,14,114). Sum of RGB (Red+Green+Blue) = 43+14+114=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B0E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0E72 is #D4F18D. Grayscale: #212121. Windows color (decimal): -13955470 or 7474731. OLE color: 7474731.

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

Color convert

RGB4314114-
CMYK0.620.8800.55
HSL257.4º78.12%25.1%-
HSV(B)257.4º87.72%44.71%-
XYZ4.192.0416.09-
YUV34.07173.11134.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 14 (5.86% from 255) = 8.19%
BLUE value IS 114 (44.92% from 255) = 66.67%
R=25.15%
G=8.19%
B=66.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43141140.620.8800.55257.478.1225.1
Hex2BE723E580371014e19
Octal53161627613006740111631
Binary1010111110111001011111010110000110111100000001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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