Html Css Color HEX #290062 Persian Indigo

📋 copy color: '#290062'

red 41 ◦ green 0 ◦ blue 98

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

Shades of Persian Indigo #290062

Tints of Persian Indigo #290062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 70.5%

R = 29.5%
G = 0%
B = 70.5%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#290062 (or 0x290062) is known color: Persian Indigo. HEX triplet: 29, 00 and 62. RGB value is (41,0,98). Sum of RGB (Red+Green+Blue) = 41+0+98=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #290062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290062 is #D6FF9D. Grayscale: #171717. Windows color (decimal): -14090142 or 6422569. OLE color: 6422569.

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

Color convert

RGB 41 0 98 -
CMYK 0.58 1 0 0.62
HSL 265.1º 1% 0.19% -
HSV(B) 265.1º 1% 0.38% -
XYZ 3.12 1.35 11.65 -
YUV 23.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 41 0 98 0.58 1 0 0.62 265.1 1 0.19
Hex 29 0 62 3A 64 0 3E 109 64 13
Octal 51 0 142 72 144 0 76 411 144 23
Binary 101001 0 1100010 111010 1100100 0 111110 100001001 1100100 10011

Color Harmonies of #290062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290062

Black with #290062

Text Example


Text Example

White with #290062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290062; }

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

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

background-color css

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

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

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

border-color css

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

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

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