#2B1573

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

Shades of Persian Indigo #2B1573

Tints of Persian Indigo #2B1573

Color information

#2B1573 (or 0x2B1573) is unknown color: approx Persian Indigo. HEX triplet: 2B, 15 and 73. RGB value is (43,21,115). Sum of RGB (Red+Green+Blue) = 43+21+115=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 115 (45.31% from 255 or 64.25% from 179); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B1573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1573 is #D4EA8C. Grayscale: #252525. Windows color (decimal): -13953677 or 7542059. OLE color: 7542059.

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

Color convert

RGB4321115-
CMYK0.630.8200.55
HSL254.04º69.12%26.67%-
HSV(B)254.04º81.74%45.1%-
XYZ4.362.2916.43-
YUV38.29171.29131.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.02%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 115 (45.31% from 255) = 64.25%
R=24.02%
G=11.73%
B=64.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43211150.630.8200.55254.0469.1226.67
Hex2B15733F52037fe451b
Octal53251637712206737610533
Binary1010111010111100111111111010010011011111111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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