Html Css Color HEX #29016F Persian Indigo

📋 copy color: '#29016F'

red 41 ◦ green 1 ◦ blue 111

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

Shades of Persian Indigo #29016F

Tints of Persian Indigo #29016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 111 (43.75% from 255) = 72.55%

R = 26.8%
G = 0.65%
B = 72.55%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#29016F (or 0x29016F) is known color: Persian Indigo. HEX triplet: 29, 01 and 6F. RGB value is (41,1,111). Sum of RGB (Red+Green+Blue) = 41+1+111=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #29016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29016F is #D6FE90. Grayscale: #191919. Windows color (decimal): -14089873 or 7274793. OLE color: 7274793.

HSL color Cylindrical-coordinate representation of color #29016F: hue angle of 261.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29016F is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 1 111 -
CMYK 0.63 0.99 0 0.56
HSL 261.82º 0.98% 0.22% -
HSV(B) 261.82º 0.99% 0.44% -
XYZ 3.79 1.64 15.16 -
YUV 25.5 176.25 139.06 -
System Red Green Blue C M Y K H S L
Decimal 41 1 111 0.63 0.99 0 0.56 261.82 0.98 0.22
Hex 29 1 6F 3F 63 0 38 106 62 16
Octal 51 1 157 77 143 0 70 406 142 26
Binary 101001 1 1101111 111111 1100011 0 111000 100000110 1100010 10110

Color Harmonies of #29016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29016F

Black with #29016F

Text Example


Text Example

White with #29016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,1,111); }

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

background-color css

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

 a { background-color: rgb(41,1,111); }

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

border-color css

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

 span { border-color: rgb(41,1,111); }

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