Html Css Color HEX #290A70 Persian Indigo

📋 copy color: '#290A70'

red 41 ◦ green 10 ◦ blue 112

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

Shades of Persian Indigo #290A70

Tints of Persian Indigo #290A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.13%

 BLUE value IS 112 (44.14% from 255) = 68.71%

R = 25.15%
G = 6.13%
B = 68.71%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290A70 (or 0x290A70) is known color: Persian Indigo. HEX triplet: 29, 0A and 70. RGB value is (41,10,112). Sum of RGB (Red+Green+Blue) = 41+10+112=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #290A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290A70 is #D6F58F. Grayscale: #1E1E1E. Windows color (decimal): -14087568 or 7342633. OLE color: 7342633.

HSL color Cylindrical-coordinate representation of color #290A70: hue angle of 258.24º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290A70 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 10 112 -
CMYK 0.63 0.91 0 0.56
HSL 258.24º 0.84% 0.24% -
HSV(B) 258.24º 0.91% 0.44% -
XYZ 3.95 1.86 15.48 -
YUV 30.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 41 10 112 0.63 0.91 0 0.56 258.24 0.84 0.24
Hex 29 A 70 3F 5B 0 38 102 54 18
Octal 51 12 160 77 133 0 70 402 124 30
Binary 101001 1010 1110000 111111 1011011 0 111000 100000010 1010100 11000

Color Harmonies of #290A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290A70

Black with #290A70

Text Example


Text Example

White with #290A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290A70; }

 p { color: rgb(41,10,112); }

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

background-color css

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

 a { background-color: rgb(41,10,112); }

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

border-color css

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

 span { border-color: rgb(41,10,112); }

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