#2B1769

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

Shades of Persian Indigo #2B1769

Tints of Persian Indigo #2B1769

Color information

#2B1769 (or 0x2B1769) is unknown color: approx Persian Indigo. HEX triplet: 2B, 17 and 69. RGB value is (43,23,105). Sum of RGB (Red+Green+Blue) = 43+23+105=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B1769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B1769 is #D4E896. Grayscale: #262626. Windows color (decimal): -13953175 or 6887211. OLE color: 6887211.

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

Color convert

RGB4323105-
CMYK0.590.7800.59
HSL254.63º64.06%25.1%-
HSV(B)254.63º78.1%41.18%-
XYZ3.852.1513.58-
YUV38.33165.63131.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 105 (41.41% from 255) = 61.40%
R=25.15%
G=13.45%
B=61.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43231050.590.7800.59254.6364.0625.1
Hex2B17693B4E03Bff4019
Octal53271517311607337710031
Binary1010111011111010011110111001110011101111111111100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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