#2B1569

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

Shades of Persian Indigo #2B1569

Tints of Persian Indigo #2B1569

Color information

#2B1569 (or 0x2B1569) is unknown color: approx Persian Indigo. HEX triplet: 2B, 15 and 69. RGB value is (43,21,105). Sum of RGB (Red+Green+Blue) = 43+21+105=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B1569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1569 is #D4EA96. Grayscale: #242424. Windows color (decimal): -13953687 or 6886699. OLE color: 6886699.

HSL color Cylindrical-coordinate representation of color #2B1569: hue angle of 255.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B1569 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4321105-
CMYK0.590.8000.59
HSL255.71º66.67%24.71%-
HSV(B)255.71º80%41.18%-
XYZ3.812.0713.56-
YUV37.15166.29132.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.44%
GREEN value IS 21 (8.59% from 255) = 12.43%
BLUE value IS 105 (41.41% from 255) = 62.13%
R=25.44%
G=12.43%
B=62.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43211050.590.8000.59255.7166.6724.71
Hex2B15693B5003B1004319
Octal53251517312007340010331
Binary10101110101110100111101110100000111011100000000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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