#2B0472

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

Shades of Persian Indigo #2B0472

Tints of Persian Indigo #2B0472

Color information

#2B0472 (or 0x2B0472) is unknown color: approx Persian Indigo. HEX triplet: 2B, 04 and 72. RGB value is (43,4,114). Sum of RGB (Red+Green+Blue) = 43+4+114=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B0472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0472 is #D4FB8D. Grayscale: #1B1B1B. Windows color (decimal): -13958030 or 7472171. OLE color: 7472171.

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

Color convert

RGB434114-
CMYK0.620.9600.55
HSL261.27º93.22%23.14%-
HSV(B)261.27º96.49%44.71%-
XYZ4.081.8216.06-
YUV28.2176.42138.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.71%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 114 (44.92% from 255) = 70.81%
R=26.71%
G=2.48%
B=70.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4341140.620.9600.55261.2793.2223.14
Hex2B4723E600371055d17
Octal5341627614006740513527
Binary101011100111001011111011000000110111100000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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