Html Css Color HEX #290B70 Persian Indigo

📋 copy color: '#290B70'

red 41 ◦ green 11 ◦ blue 112

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

Shades of Persian Indigo #290B70

Tints of Persian Indigo #290B70

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.71%

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

R = 25%
G = 6.71%
B = 68.29%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290B70 (or 0x290B70) is known color: Persian Indigo. HEX triplet: 29, 0B and 70. RGB value is (41,11,112). Sum of RGB (Red+Green+Blue) = 41+11+112=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #290B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290B70 is #D6F48F. Grayscale: #1F1F1F. Windows color (decimal): -14087312 or 7342889. OLE color: 7342889.

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

Color convert

RGB 41 11 112 -
CMYK 0.63 0.90 0 0.56
HSL 257.82º 0.82% 0.24% -
HSV(B) 257.82º 0.9% 0.44% -
XYZ 3.96 1.88 15.48 -
YUV 31.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 41 11 112 0.63 0.90 0 0.56 257.82 0.82 0.24
Hex 29 B 70 3F 5A 0 38 102 52 18
Octal 51 13 160 77 132 0 70 402 122 30
Binary 101001 1011 1110000 111111 1011010 0 111000 100000010 1010010 11000

Color Harmonies of #290B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B70

Black with #290B70

Text Example


Text Example

White with #290B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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