#2B1568

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

Shades of Persian Indigo #2B1568

Tints of Persian Indigo #2B1568

Color information

#2B1568 (or 0x2B1568) is unknown color: approx Persian Indigo. HEX triplet: 2B, 15 and 68. RGB value is (43,21,104). Sum of RGB (Red+Green+Blue) = 43+21+104=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B1568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1568 is #D4EA97. Grayscale: #242424. Windows color (decimal): -13953688 or 6821163. OLE color: 6821163.

HSL color Cylindrical-coordinate representation of color #2B1568: hue angle of 255.9º degrees, saturation: 0.66, 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 #2B1568 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4321104-
CMYK0.590.8000.59
HSL255.9º66.4%24.51%-
HSV(B)255.9º79.81%40.78%-
XYZ3.762.0513.29-
YUV37.04165.79132.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.60%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 104 (41.02% from 255) = 61.90%
R=25.60%
G=12.5%
B=61.90%

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
Decimal43211040.590.8000.59255.966.424.51
Hex2B15683B5003B1004219
Octal53251507312007340010231
Binary10101110101110100011101110100000111011100000000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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