Html Css Color HEX #290072 Persian Indigo

📋 copy color: '#290072'

red 41 ◦ green 0 ◦ blue 114

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

Shades of Persian Indigo #290072

Tints of Persian Indigo #290072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 73.55%

R = 26.45%
G = 0%
B = 73.55%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#290072 (or 0x290072) is known color: Persian Indigo. HEX triplet: 29, 00 and 72. RGB value is (41,0,114). Sum of RGB (Red+Green+Blue) = 41+0+114=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 114 (44.92% from 255 or 73.55% from 155); Max value from RGB is 114 - color contains mainly: blue. Hex color #290072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290072 is #D6FF8D. Grayscale: #181818. Windows color (decimal): -14090126 or 7471145. OLE color: 7471145.

HSL color Cylindrical-coordinate representation of color #290072: hue angle of 261.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290072 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 0 114 -
CMYK 0.64 1 0 0.55
HSL 261.58º 1% 0.22% -
HSV(B) 261.58º 1% 0.45% -
XYZ 3.95 1.69 16.04 -
YUV 25.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 41 0 114 0.64 1 0 0.55 261.58 1 0.22
Hex 29 0 72 40 64 0 37 106 64 16
Octal 51 0 162 100 144 0 67 406 144 26
Binary 101001 0 1110010 1000000 1100100 0 110111 100000110 1100100 10110

Color Harmonies of #290072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290072

Black with #290072

Text Example


Text Example

White with #290072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290072; }

 p { color: rgb(41,0,114); }

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

background-color css

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

 a { background-color: rgb(41,0,114); }

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

border-color css

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

 span { border-color: rgb(41,0,114); }

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