Html Css Color HEX #290585 Persian Indigo

📋 copy color: '#290585'

red 41 ◦ green 5 ◦ blue 133

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

Shades of Persian Indigo #290585

Tints of Persian Indigo #290585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.79%

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

R = 22.91%
G = 2.79%
B = 74.3%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#290585 (or 0x290585) is known color: Persian Indigo. HEX triplet: 29, 05 and 85. RGB value is (41,5,133). Sum of RGB (Red+Green+Blue) = 41+5+133=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 133 (52.34% from 255 or 74.30% from 179); Max value from RGB is 133 - color contains mainly: blue. Hex color #290585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290585 is #D6FA7A. Grayscale: #1D1D1D. Windows color (decimal): -14088827 or 8717609. OLE color: 8717609.

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

Color convert

RGB 41 5 133 -
CMYK 0.69 0.96 0 0.48
HSL 256.88º 0.93% 0.27% -
HSV(B) 256.88º 0.96% 0.52% -
XYZ 5.2 2.27 22.35 -
YUV 30.36 185.93 135.59 -
System Red Green Blue C M Y K H S L
Decimal 41 5 133 0.69 0.96 0 0.48 256.88 0.93 0.27
Hex 29 5 85 45 60 0 30 101 5D 1B
Octal 51 5 205 105 140 0 60 401 135 33
Binary 101001 101 10000101 1000101 1100000 0 110000 100000001 1011101 11011

Color Harmonies of #290585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290585

Black with #290585

Text Example


Text Example

White with #290585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290585; }

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

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

background-color css

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

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

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

border-color css

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

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

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