#2B1668

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

Shades of Persian Indigo #2B1668

Tints of Persian Indigo #2B1668

Color information

#2B1668 (or 0x2B1668) is unknown color: approx Persian Indigo. HEX triplet: 2B, 16 and 68. RGB value is (43,22,104). Sum of RGB (Red+Green+Blue) = 43+22+104=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B1668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1668 is #D4E997. Grayscale: #252525. Windows color (decimal): -13953432 or 6821419. OLE color: 6821419.

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

Color convert

RGB4322104-
CMYK0.590.7900.59
HSL255.37º65.08%24.71%-
HSV(B)255.37º78.85%40.78%-
XYZ3.782.0913.3-
YUV37.63165.46131.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.44%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 104 (41.02% from 255) = 61.54%
R=25.44%
G=13.02%
B=61.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43221040.590.7900.59255.3765.0824.71
Hex2B16683B4F03Bff4119
Octal53261507311707337710131
Binary1010111011011010001110111001111011101111111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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