#29027D

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

Shades of Persian Indigo #29027D

Tints of Persian Indigo #29027D

Color information

#29027D (or 0x29027D) is unknown color: approx Persian Indigo. HEX triplet: 29, 02 and 7D. RGB value is (41,2,125). Sum of RGB (Red+Green+Blue) = 41+2+125=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #29027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29027D is #D6FD82. Grayscale: #1B1B1B. Windows color (decimal): -14089603 or 8192553. OLE color: 8192553.

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

Color convert

RGB412125-
CMYK0.670.9800.51
HSL259.02º96.85%24.9%-
HSV(B)259.02º98.4%49.02%-
XYZ4.64219.54-
YUV27.68182.92137.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 125 (49.22% from 255) = 74.40%
R=24.40%
G=1.19%
B=74.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4121250.670.9800.51259.0296.8524.9
Hex2927D43620331036119
Octal51217510314206340314131
Binary101001101111101100001111000100110011100000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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