#2B1572

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

Shades of Persian Indigo #2B1572

Tints of Persian Indigo #2B1572

Color information

#2B1572 (or 0x2B1572) is unknown color: approx Persian Indigo. HEX triplet: 2B, 15 and 72. RGB value is (43,21,114). Sum of RGB (Red+Green+Blue) = 43+21+114=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B1572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1572 is #D4EA8D. Grayscale: #252525. Windows color (decimal): -13953678 or 7476523. OLE color: 7476523.

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

Color convert

RGB4321114-
CMYK0.620.8200.55
HSL254.19º68.89%26.47%-
HSV(B)254.19º81.58%44.71%-
XYZ4.32.2616.13-
YUV38.18170.79131.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.16%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 114 (44.92% from 255) = 64.04%
R=24.16%
G=11.80%
B=64.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43211140.620.8200.55254.1968.8926.47
Hex2B15723E52037fe451a
Octal53251627612206737610532
Binary1010111010111100101111101010010011011111111110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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