Html Css Color HEX #290060 Persian Indigo

📋 copy color: '#290060'

red 41 ◦ green 0 ◦ blue 96

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

Shades of Persian Indigo #290060

Tints of Persian Indigo #290060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 70.07%

R = 29.93%
G = 0%
B = 70.07%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#290060 (or 0x290060) is known color: Persian Indigo. HEX triplet: 29, 00 and 60. RGB value is (41,0,96). Sum of RGB (Red+Green+Blue) = 41+0+96=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #290060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290060 is #D6FF9F. Grayscale: #161616. Windows color (decimal): -14090144 or 6291497. OLE color: 6291497.

HSL color Cylindrical-coordinate representation of color #290060: hue angle of 265.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290060 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 0 96 -
CMYK 0.57 1 0 0.62
HSL 265.63º 1% 0.19% -
HSV(B) 265.63º 1% 0.38% -
XYZ 3.03 1.32 11.16 -
YUV 23.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 41 0 96 0.57 1 0 0.62 265.63 1 0.19
Hex 29 0 60 39 64 0 3E 10A 64 13
Octal 51 0 140 71 144 0 76 412 144 23
Binary 101001 0 1100000 111001 1100100 0 111110 100001010 1100100 10011

Color Harmonies of #290060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290060

Black with #290060

Text Example


Text Example

White with #290060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290060; }

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

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

background-color css

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

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

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

border-color css

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

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

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