Html Css Color HEX #290A64 Persian Indigo

📋 copy color: '#290A64'

red 41 ◦ green 10 ◦ blue 100

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

Shades of Persian Indigo #290A64

Tints of Persian Indigo #290A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 66.23%

R = 27.15%
G = 6.62%
B = 66.23%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#290A64 (or 0x290A64) is known color: Persian Indigo. HEX triplet: 29, 0A and 64. RGB value is (41,10,100). Sum of RGB (Red+Green+Blue) = 41+10+100=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #290A64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290A64 is #D6F59B. Grayscale: #1D1D1D. Windows color (decimal): -14087580 or 6556201. OLE color: 6556201.

HSL color Cylindrical-coordinate representation of color #290A64: hue angle of 260.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290A64 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 10 100 -
CMYK 0.59 0.90 0 0.61
HSL 260.67º 0.82% 0.22% -
HSV(B) 260.67º 0.9% 0.39% -
XYZ 3.32 1.61 12.19 -
YUV 29.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 41 10 100 0.59 0.90 0 0.61 260.67 0.82 0.22
Hex 29 A 64 3B 5A 0 3D 105 52 16
Octal 51 12 144 73 132 0 75 405 122 26
Binary 101001 1010 1100100 111011 1011010 0 111101 100000101 1010010 10110

Color Harmonies of #290A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290A64

Black with #290A64

Text Example


Text Example

White with #290A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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