Html Css Color HEX #581983 Indigo

📋 copy color: '#581983'

red 88 ◦ green 25 ◦ blue 131

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

Shades of Indigo #581983

Tints of Indigo #581983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.25%

 BLUE value IS 131 (51.56% from 255) = 53.69%

R = 36.07%
G = 10.25%
B = 53.69%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#581983 (or 0x581983) is known color: Indigo. HEX triplet: 58, 19 and 83. RGB value is (88,25,131). Sum of RGB (Red+Green+Blue) = 88+25+131=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #581983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #581983 is #A7E67C. Grayscale: #373737. Windows color (decimal): -11003517 or 8591704. OLE color: 8591704.

HSL color Cylindrical-coordinate representation of color #581983: hue angle of 275.66º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581983 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 25 131 -
CMYK 0.33 0.81 0 0.49
HSL 275.66º 0.68% 0.31% -
HSV(B) 275.66º 0.81% 0.51% -
XYZ 8.47 4.41 21.88 -
YUV 55.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 88 25 131 0.33 0.81 0 0.49 275.66 0.68 0.31
Hex 58 19 83 21 51 0 31 114 44 1F
Octal 130 31 203 41 121 0 61 424 104 37
Binary 1011000 11001 10000011 100001 1010001 0 110001 100010100 1000100 11111

Color Harmonies of #581983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581983

Black with #581983

Text Example


Text Example

White with #581983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581983; }

 p { color: rgb(88,25,131); }

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

background-color css

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

 a { background-color: rgb(88,25,131); }

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

border-color css

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

 span { border-color: rgb(88,25,131); }

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