Html Css Color HEX #290D70 Persian Indigo

📋 copy color: '#290D70'

red 41 ◦ green 13 ◦ blue 112

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

Shades of Persian Indigo #290D70

Tints of Persian Indigo #290D70

RGB

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

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

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

R = 24.7%
G = 7.83%
B = 67.47%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290D70 (or 0x290D70) is known color: Persian Indigo. HEX triplet: 29, 0D and 70. RGB value is (41,13,112). Sum of RGB (Red+Green+Blue) = 41+13+112=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #290D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D70 is #D6F28F. Grayscale: #202020. Windows color (decimal): -14086800 or 7343401. OLE color: 7343401.

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

Color convert

RGB 41 13 112 -
CMYK 0.63 0.88 0 0.56
HSL 256.97º 0.79% 0.25% -
HSV(B) 256.97º 0.88% 0.44% -
XYZ 3.98 1.93 15.49 -
YUV 32.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 41 13 112 0.63 0.88 0 0.56 256.97 0.79 0.25
Hex 29 D 70 3F 58 0 38 101 4F 19
Octal 51 15 160 77 130 0 70 401 117 31
Binary 101001 1101 1110000 111111 1011000 0 111000 100000001 1001111 11001

Color Harmonies of #290D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D70

Black with #290D70

Text Example


Text Example

White with #290D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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