Html Css Color HEX #290B72 Persian Indigo

📋 copy color: '#290B72'

red 41 ◦ green 11 ◦ blue 114

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

Shades of Persian Indigo #290B72

Tints of Persian Indigo #290B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 68.67%

R = 24.7%
G = 6.63%
B = 68.67%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#290B72 (or 0x290B72) is known color: Persian Indigo. HEX triplet: 29, 0B and 72. RGB value is (41,11,114). Sum of RGB (Red+Green+Blue) = 41+11+114=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #290B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290B72 is #D6F48D. Grayscale: #1F1F1F. Windows color (decimal): -14087310 or 7473961. OLE color: 7473961.

HSL color Cylindrical-coordinate representation of color #290B72: hue angle of 257.48º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290B72 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 11 114 -
CMYK 0.64 0.90 0 0.55
HSL 257.48º 0.82% 0.25% -
HSV(B) 257.48º 0.9% 0.45% -
XYZ 4.07 1.93 16.08 -
YUV 31.71 174.44 134.62 -
System Red Green Blue C M Y K H S L
Decimal 41 11 114 0.64 0.90 0 0.55 257.48 0.82 0.25
Hex 29 B 72 40 5A 0 37 101 52 19
Octal 51 13 162 100 132 0 67 401 122 31
Binary 101001 1011 1110010 1000000 1011010 0 110111 100000001 1010010 11001

Color Harmonies of #290B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B72

Black with #290B72

Text Example


Text Example

White with #290B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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