#2B1669

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

Shades of Persian Indigo #2B1669

Tints of Persian Indigo #2B1669

Color information

#2B1669 (or 0x2B1669) is unknown color: approx Persian Indigo. HEX triplet: 2B, 16 and 69. RGB value is (43,22,105). Sum of RGB (Red+Green+Blue) = 43+22+105=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B1669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1669 is #D4E996. Grayscale: #252525. Windows color (decimal): -13953431 or 6886955. OLE color: 6886955.

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

Color convert

RGB4322105-
CMYK0.590.7900.59
HSL255.18º65.35%24.9%-
HSV(B)255.18º79.05%41.18%-
XYZ3.832.1113.57-
YUV37.74165.96131.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.29%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 105 (41.41% from 255) = 61.76%
R=25.29%
G=12.94%
B=61.76%

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
Decimal43221050.590.7900.59255.1865.3524.9
Hex2B16693B4F03Bff4119
Octal53261517311707337710131
Binary1010111011011010011110111001111011101111111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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