Html Css Color HEX #290885 Persian Indigo

📋 copy color: '#290885'

red 41 ◦ green 8 ◦ blue 133

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

Shades of Persian Indigo #290885

Tints of Persian Indigo #290885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.4%

 BLUE value IS 133 (52.34% from 255) = 73.08%

R = 22.53%
G = 4.4%
B = 73.08%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#290885 (or 0x290885) is known color: Persian Indigo. HEX triplet: 29, 08 and 85. RGB value is (41,8,133). Sum of RGB (Red+Green+Blue) = 41+8+133=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #290885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290885 is #D6F77A. Grayscale: #1F1F1F. Windows color (decimal): -14088059 or 8718377. OLE color: 8718377.

HSL color Cylindrical-coordinate representation of color #290885: hue angle of 255.84º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290885 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 8 133 -
CMYK 0.69 0.94 0 0.48
HSL 255.84º 0.89% 0.28% -
HSV(B) 255.84º 0.94% 0.52% -
XYZ 5.23 2.34 22.37 -
YUV 32.12 184.93 134.34 -
System Red Green Blue C M Y K H S L
Decimal 41 8 133 0.69 0.94 0 0.48 255.84 0.89 0.28
Hex 29 8 85 45 5E 0 30 100 59 1C
Octal 51 10 205 105 136 0 60 400 131 34
Binary 101001 1000 10000101 1000101 1011110 0 110000 100000000 1011001 11100

Color Harmonies of #290885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290885

Black with #290885

Text Example


Text Example

White with #290885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290885; }

 p { color: rgb(41,8,133); }

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

background-color css

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

 a { background-color: rgb(41,8,133); }

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

border-color css

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

 span { border-color: rgb(41,8,133); }

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