Html Css Color HEX #29037F Persian Indigo

📋 copy color: '#29037F'

red 41 ◦ green 3 ◦ blue 127

#29037F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #29037F

Tints of Persian Indigo #29037F

RGB

 RED value IS 41 (16.41% from 255) = 23.98%

 GREEN value IS 3 (1.56% from 255) = 1.75%

 BLUE value IS 127 (50% from 255) = 74.27%

R = 23.98%
G = 1.75%
B = 74.27%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29037F (or 0x29037F) is known color: Persian Indigo. HEX triplet: 29, 03 and 7F. RGB value is (41,3,127). Sum of RGB (Red+Green+Blue) = 41+3+127=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 127 (50% from 255 or 74.27% from 171); Max value from RGB is 127 - color contains mainly: blue. Hex color #29037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29037F is #D6FC80. Grayscale: #1C1C1C. Windows color (decimal): -14089345 or 8323881. OLE color: 8323881.

HSL color Cylindrical-coordinate representation of color #29037F: hue angle of 258.39º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29037F is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 3 127 -
CMYK 0.68 0.98 0 0.50
HSL 258.39º 0.95% 0.25% -
HSV(B) 258.39º 0.98% 0.5% -
XYZ 4.78 2.07 20.23 -
YUV 28.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 41 3 127 0.68 0.98 0 0.50 258.39 0.95 0.25
Hex 29 3 7F 44 62 0 32 102 5F 19
Octal 51 3 177 104 142 0 62 402 137 31
Binary 101001 11 1111111 1000100 1100010 0 110010 100000010 1011111 11001

Color Harmonies of #29037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29037F

Black with #29037F

Text Example


Text Example

White with #29037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29037F; }

 p { color: rgb(41,3,127); }

 H1.HeaderClassName
 {
   color: #29037F;
 }
 .AnyTagClassName
 {
   color: #29037F;
 }
</style>

background-color css

<style>
 a { background-color: #29037F; }

 a { background-color: rgb(41,3,127); }

 div.DivClassName
 {
   background-color: #29037F;
 }
 .BgClassName
 {
   background-color: #29037F;
 }
</style>

border-color css

<style>
 span { border-color: #29037F; }

 span { border-color: rgb(41,3,127); }

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