Html Css Color HEX #290D68 Persian Indigo

📋 copy color: '#290D68'

red 41 ◦ green 13 ◦ blue 104

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

Shades of Persian Indigo #290D68

Tints of Persian Indigo #290D68

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.23%

 BLUE value IS 104 (41.02% from 255) = 65.82%

R = 25.95%
G = 8.23%
B = 65.82%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#290D68 (or 0x290D68) is known color: Persian Indigo. HEX triplet: 29, 0D and 68. RGB value is (41,13,104). Sum of RGB (Red+Green+Blue) = 41+13+104=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 104 (41.02% from 255 or 65.82% from 158); Max value from RGB is 104 - color contains mainly: blue. Hex color #290D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D68 is #D6F297. Grayscale: #1F1F1F. Windows color (decimal): -14086808 or 6819113. OLE color: 6819113.

HSL color Cylindrical-coordinate representation of color #290D68: hue angle of 258.46º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290D68 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 13 104 -
CMYK 0.61 0.88 0 0.59
HSL 258.46º 0.78% 0.23% -
HSV(B) 258.46º 0.88% 0.41% -
XYZ 3.56 1.76 13.25 -
YUV 31.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 41 13 104 0.61 0.88 0 0.59 258.46 0.78 0.23
Hex 29 D 68 3D 58 0 3B 102 4E 17
Octal 51 15 150 75 130 0 73 402 116 27
Binary 101001 1101 1101000 111101 1011000 0 111011 100000010 1001110 10111

Color Harmonies of #290D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D68

Black with #290D68

Text Example


Text Example

White with #290D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,13,104); }

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

background-color css

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

 a { background-color: rgb(41,13,104); }

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

border-color css

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

 span { border-color: rgb(41,13,104); }

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