#29027B

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

Shades of Persian Indigo #29027B

Tints of Persian Indigo #29027B

Color information

#29027B (or 0x29027B) is unknown color: approx Persian Indigo. HEX triplet: 29, 02 and 7B. RGB value is (41,2,123). Sum of RGB (Red+Green+Blue) = 41+2+123=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 123 (48.44% from 255 or 74.10% from 166); Max value from RGB is 123 - color contains mainly: blue. Hex color #29027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29027B is #D6FD84. Grayscale: #1B1B1B. Windows color (decimal): -14089605 or 8061481. OLE color: 8061481.

HSL color Cylindrical-coordinate representation of color #29027B: hue angle of 259.34º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29027B is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB412123-
CMYK0.670.9800.52
HSL259.34º96.8%24.51%-
HSV(B)259.34º98.37%48.24%-
XYZ4.511.9418.88-
YUV27.46181.92137.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 123 (48.44% from 255) = 74.10%
R=24.70%
G=1.20%
B=74.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4121230.670.9800.52259.3496.824.51
Hex2927B43620341036119
Octal51217310314206440314131
Binary101001101111011100001111000100110100100000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29027B; }

 p { color: rgb(41,2,123); }

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

<style>
 a { background-color: #29027B; }

 a { background-color: rgb(41,2,123); }

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

<style>
 span { border-color: #29027B; }

 span { border-color: rgb(41,2,123); }

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