Html Css Color HEX #29078E Persian Indigo

📋 copy color: '#29078E'

red 41 ◦ green 7 ◦ blue 142

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

Shades of Persian Indigo #29078E

Tints of Persian Indigo #29078E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

 BLUE value IS 142 (55.86% from 255) = 74.74%

R = 21.58%
G = 3.68%
B = 74.74%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29078E (or 0x29078E) is known color: Persian Indigo. HEX triplet: 29, 07 and 8E. RGB value is (41,7,142). Sum of RGB (Red+Green+Blue) = 41+7+142=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 142 (55.86% from 255 or 74.74% from 190); Max value from RGB is 142 - color contains mainly: blue. Hex color #29078E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29078E is #D6F871. Grayscale: #202020. Windows color (decimal): -14088306 or 9307945. OLE color: 9307945.

HSL color Cylindrical-coordinate representation of color #29078E: hue angle of 255.11º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29078E is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 7 142 -
CMYK 0.71 0.95 0 0.44
HSL 255.11º 0.91% 0.29% -
HSV(B) 255.11º 0.95% 0.56% -
XYZ 5.87 2.58 25.78 -
YUV 32.56 189.76 134.02 -
System Red Green Blue C M Y K H S L
Decimal 41 7 142 0.71 0.95 0 0.44 255.11 0.91 0.29
Hex 29 7 8E 47 5F 0 2C FF 5B 1D
Octal 51 7 216 107 137 0 54 377 133 35
Binary 101001 111 10001110 1000111 1011111 0 101100 11111111 1011011 11101

Color Harmonies of #29078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29078E

Black with #29078E

Text Example


Text Example

White with #29078E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29078E; }

 p { color: rgb(41,7,142); }

 H1.HeaderClassName
 {
   color: #29078E;
 }
 .AnyTagClassName
 {
   color: #29078E;
 }
</style>

background-color css

<style>
 a { background-color: #29078E; }

 a { background-color: rgb(41,7,142); }

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

border-color css

<style>
 span { border-color: #29078E; }

 span { border-color: rgb(41,7,142); }

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