Html Css Color HEX #290686 Persian Indigo

📋 copy color: '#290686'

red 41 ◦ green 6 ◦ blue 134

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

Shades of Persian Indigo #290686

Tints of Persian Indigo #290686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

 BLUE value IS 134 (52.73% from 255) = 74.03%

R = 22.65%
G = 3.31%
B = 74.03%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#290686 (or 0x290686) is known color: Persian Indigo. HEX triplet: 29, 06 and 86. RGB value is (41,6,134). Sum of RGB (Red+Green+Blue) = 41+6+134=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 134 (52.73% from 255 or 74.03% from 181); Max value from RGB is 134 - color contains mainly: blue. Hex color #290686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290686 is #D6F979. Grayscale: #1E1E1E. Windows color (decimal): -14088570 or 8783401. OLE color: 8783401.

HSL color Cylindrical-coordinate representation of color #290686: hue angle of 256.41º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290686 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 6 134 -
CMYK 0.69 0.96 0 0.47
HSL 256.41º 0.91% 0.27% -
HSV(B) 256.41º 0.96% 0.53% -
XYZ 5.28 2.32 22.72 -
YUV 31.06 186.1 135.09 -
System Red Green Blue C M Y K H S L
Decimal 41 6 134 0.69 0.96 0 0.47 256.41 0.91 0.27
Hex 29 6 86 45 60 0 2F 100 5B 1B
Octal 51 6 206 105 140 0 57 400 133 33
Binary 101001 110 10000110 1000101 1100000 0 101111 100000000 1011011 11011

Color Harmonies of #290686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290686

Black with #290686

Text Example


Text Example

White with #290686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290686; }

 p { color: rgb(41,6,134); }

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

background-color css

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

 a { background-color: rgb(41,6,134); }

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

border-color css

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

 span { border-color: rgb(41,6,134); }

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