Html Css Color HEX #29016B Persian Indigo

📋 copy color: '#29016B'

red 41 ◦ green 1 ◦ blue 107

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

Shades of Persian Indigo #29016B

Tints of Persian Indigo #29016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 71.81%

R = 27.52%
G = 0.67%
B = 71.81%

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

#29016B (or 0x29016B) is known color: Persian Indigo. HEX triplet: 29, 01 and 6B. RGB value is (41,1,107). Sum of RGB (Red+Green+Blue) = 41+1+107=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 107 (42.19% from 255 or 71.81% from 149); Max value from RGB is 107 - color contains mainly: blue. Hex color #29016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29016B is #D6FE94. Grayscale: #181818. Windows color (decimal): -14089877 or 7012649. OLE color: 7012649.

HSL color Cylindrical-coordinate representation of color #29016B: hue angle of 262.64º 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 #29016B is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 1 107 -
CMYK 0.62 0.99 0 0.58
HSL 262.64º 0.98% 0.21% -
HSV(B) 262.64º 0.99% 0.42% -
XYZ 3.58 1.55 14.02 -
YUV 25.04 174.25 139.38 -
System Red Green Blue C M Y K H S L
Decimal 41 1 107 0.62 0.99 0 0.58 262.64 0.98 0.21
Hex 29 1 6B 3E 63 0 3A 107 62 15
Octal 51 1 153 76 143 0 72 407 142 25
Binary 101001 1 1101011 111110 1100011 0 111010 100000111 1100010 10101

Color Harmonies of #29016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29016B

Black with #29016B

Text Example


Text Example

White with #29016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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