Html Css Color HEX #29018F Persian Indigo

📋 copy color: '#29018F'

red 41 ◦ green 1 ◦ blue 143

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

Shades of Persian Indigo #29018F

Tints of Persian Indigo #29018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 77.3%

R = 22.16%
G = 0.54%
B = 77.3%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29018F (or 0x29018F) is known color: Persian Indigo. HEX triplet: 29, 01 and 8F. RGB value is (41,1,143). Sum of RGB (Red+Green+Blue) = 41+1+143=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 143 (56.25% from 255 or 77.30% from 185); Max value from RGB is 143 - color contains mainly: blue. Hex color #29018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29018F is #D6FE70. Grayscale: #1C1C1C. Windows color (decimal): -14089841 or 9371945. OLE color: 9371945.

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

Color convert

RGB 41 1 143 -
CMYK 0.71 0.99 0 0.44
HSL 256.9º 0.99% 0.28% -
HSV(B) 256.9º 0.99% 0.56% -
XYZ 5.88 2.48 26.15 -
YUV 29.15 192.25 136.45 -
System Red Green Blue C M Y K H S L
Decimal 41 1 143 0.71 0.99 0 0.44 256.9 0.99 0.28
Hex 29 1 8F 47 63 0 2C 101 63 1C
Octal 51 1 217 107 143 0 54 401 143 34
Binary 101001 1 10001111 1000111 1100011 0 101100 100000001 1100011 11100

Color Harmonies of #29018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29018F

Black with #29018F

Text Example


Text Example

White with #29018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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