Html Css Color HEX #290B6C Persian Indigo

📋 copy color: '#290B6C'

red 41 ◦ green 11 ◦ blue 108

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

Shades of Persian Indigo #290B6C

Tints of Persian Indigo #290B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 67.5%

R = 25.63%
G = 6.88%
B = 67.5%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#290B6C (or 0x290B6C) is known color: Persian Indigo. HEX triplet: 29, 0B and 6C. RGB value is (41,11,108). Sum of RGB (Red+Green+Blue) = 41+11+108=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 108 (42.58% from 255 or 67.5% from 160); Max value from RGB is 108 - color contains mainly: blue. Hex color #290B6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290B6C is #D6F493. Grayscale: #1E1E1E. Windows color (decimal): -14087316 or 7080745. OLE color: 7080745.

HSL color Cylindrical-coordinate representation of color #290B6C: hue angle of 258.56º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290B6C is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 11 108 -
CMYK 0.62 0.90 0 0.58
HSL 258.56º 0.82% 0.23% -
HSV(B) 258.56º 0.9% 0.42% -
XYZ 3.74 1.79 14.34 -
YUV 31.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 41 11 108 0.62 0.90 0 0.58 258.56 0.82 0.23
Hex 29 B 6C 3E 5A 0 3A 103 52 17
Octal 51 13 154 76 132 0 72 403 122 27
Binary 101001 1011 1101100 111110 1011010 0 111010 100000011 1010010 10111

Color Harmonies of #290B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B6C

Black with #290B6C

Text Example


Text Example

White with #290B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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