Html Css Color HEX #290688 Persian Indigo

📋 copy color: '#290688'

red 41 ◦ green 6 ◦ blue 136

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

Shades of Persian Indigo #290688

Tints of Persian Indigo #290688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 74.32%

R = 22.4%
G = 3.28%
B = 74.32%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#290688 (or 0x290688) is known color: Persian Indigo. HEX triplet: 29, 06 and 88. RGB value is (41,6,136). Sum of RGB (Red+Green+Blue) = 41+6+136=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 136 (53.52% from 255 or 74.32% from 183); Max value from RGB is 136 - color contains mainly: blue. Hex color #290688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290688 is #D6F977. Grayscale: #1E1E1E. Windows color (decimal): -14088568 or 8914473. OLE color: 8914473.

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

Color convert

RGB 41 6 136 -
CMYK 0.70 0.96 0 0.47
HSL 256.15º 0.92% 0.28% -
HSV(B) 256.15º 0.96% 0.53% -
XYZ 5.42 2.38 23.47 -
YUV 31.29 187.1 134.93 -
System Red Green Blue C M Y K H S L
Decimal 41 6 136 0.70 0.96 0 0.47 256.15 0.92 0.28
Hex 29 6 88 46 60 0 2F 100 5C 1C
Octal 51 6 210 106 140 0 57 400 134 34
Binary 101001 110 10001000 1000110 1100000 0 101111 100000000 1011100 11100

Color Harmonies of #290688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290688

Black with #290688

Text Example


Text Example

White with #290688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290688; }

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

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

background-color css

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

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

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

border-color css

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

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

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