Html Css Color HEX #29016C Persian Indigo

📋 copy color: '#29016C'

red 41 ◦ green 1 ◦ blue 108

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

Shades of Persian Indigo #29016C

Tints of Persian Indigo #29016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 72%

R = 27.33%
G = 0.67%
B = 72%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29016C (or 0x29016C) is known color: Persian Indigo. HEX triplet: 29, 01 and 6C. RGB value is (41,1,108). Sum of RGB (Red+Green+Blue) = 41+1+108=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 108 (42.58% from 255 or 72% from 150); Max value from RGB is 108 - color contains mainly: blue. Hex color #29016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29016C is #D6FE93. Grayscale: #181818. Windows color (decimal): -14089876 or 7078185. OLE color: 7078185.

HSL color Cylindrical-coordinate representation of color #29016C: hue angle of 262.43º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29016C is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 1 108 -
CMYK 0.62 0.99 0 0.58
HSL 262.43º 0.98% 0.21% -
HSV(B) 262.43º 0.99% 0.42% -
XYZ 3.63 1.58 14.3 -
YUV 25.16 174.75 139.3 -
System Red Green Blue C M Y K H S L
Decimal 41 1 108 0.62 0.99 0 0.58 262.43 0.98 0.21
Hex 29 1 6C 3E 63 0 3A 106 62 15
Octal 51 1 154 76 143 0 72 406 142 25
Binary 101001 1 1101100 111110 1100011 0 111010 100000110 1100010 10101

Color Harmonies of #29016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29016C

Black with #29016C

Text Example


Text Example

White with #29016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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