Html Css Color HEX #581885 Indigo

📋 copy color: '#581885'

red 88 ◦ green 24 ◦ blue 133

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

Shades of Indigo #581885

Tints of Indigo #581885

RGB

 RED value IS 88 (34.77% from 255) = 35.92%

 GREEN value IS 24 (9.77% from 255) = 9.8%

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

R = 35.92%
G = 9.8%
B = 54.29%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#581885 (or 0x581885) is known color: Indigo. HEX triplet: 58, 18 and 85. RGB value is (88,24,133). Sum of RGB (Red+Green+Blue) = 88+24+133=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #581885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581885 is #A7E77A. Grayscale: #373737. Windows color (decimal): -11003771 or 8722520. OLE color: 8722520.

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

Color convert

RGB 88 24 133 -
CMYK 0.34 0.82 0 0.48
HSL 275.23º 0.69% 0.31% -
HSV(B) 275.23º 0.82% 0.52% -
XYZ 8.58 4.42 22.59 -
YUV 55.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 88 24 133 0.34 0.82 0 0.48 275.23 0.69 0.31
Hex 58 18 85 22 52 0 30 113 45 1F
Octal 130 30 205 42 122 0 60 423 105 37
Binary 1011000 11000 10000101 100010 1010010 0 110000 100010011 1000101 11111

Color Harmonies of #581885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581885

Black with #581885

Text Example


Text Example

White with #581885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581885; }

 p { color: rgb(88,24,133); }

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

background-color css

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

 a { background-color: rgb(88,24,133); }

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

border-color css

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

 span { border-color: rgb(88,24,133); }

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