Html Css Color HEX #290662 Persian Indigo

📋 copy color: '#290662'

red 41 ◦ green 6 ◦ blue 98

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

Shades of Persian Indigo #290662

Tints of Persian Indigo #290662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.14%

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

R = 28.28%
G = 4.14%
B = 67.59%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#290662 (or 0x290662) is known color: Persian Indigo. HEX triplet: 29, 06 and 62. RGB value is (41,6,98). Sum of RGB (Red+Green+Blue) = 41+6+98=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #290662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290662 is #D6F99D. Grayscale: #1A1A1A. Windows color (decimal): -14088606 or 6424105. OLE color: 6424105.

HSL color Cylindrical-coordinate representation of color #290662: hue angle of 262.83º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290662 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 6 98 -
CMYK 0.58 0.94 0 0.62
HSL 262.83º 0.88% 0.2% -
HSV(B) 262.83º 0.94% 0.38% -
XYZ 3.18 1.48 11.67 -
YUV 26.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 41 6 98 0.58 0.94 0 0.62 262.83 0.88 0.2
Hex 29 6 62 3A 5E 0 3E 107 58 14
Octal 51 6 142 72 136 0 76 407 130 24
Binary 101001 110 1100010 111010 1011110 0 111110 100000111 1011000 10100

Color Harmonies of #290662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290662

Black with #290662

Text Example


Text Example

White with #290662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290662; }

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

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

background-color css

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

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

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

border-color css

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

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

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