Html Css Color HEX #580390 Indigo

📋 copy color: '#580390'

red 88 ◦ green 3 ◦ blue 144

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

Shades of Indigo #580390

Tints of Indigo #580390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

 BLUE value IS 144 (56.64% from 255) = 61.28%

R = 37.45%
G = 1.28%
B = 61.28%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#580390 (or 0x580390) is known color: Indigo. HEX triplet: 58, 03 and 90. RGB value is (88,3,144). Sum of RGB (Red+Green+Blue) = 88+3+144=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #580390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580390 is #A7FC6F. Grayscale: #2C2C2C. Windows color (decimal): -11009136 or 9438040. OLE color: 9438040.

HSL color Cylindrical-coordinate representation of color #580390: hue angle of 276.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580390 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 3 144 -
CMYK 0.39 0.98 0 0.44
HSL 276.17º 0.96% 0.29% -
HSV(B) 276.17º 0.98% 0.56% -
XYZ 9.09 4.15 26.71 -
YUV 44.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 88 3 144 0.39 0.98 0 0.44 276.17 0.96 0.29
Hex 58 3 90 27 62 0 2C 114 60 1D
Octal 130 3 220 47 142 0 54 424 140 35
Binary 1011000 11 10010000 100111 1100010 0 101100 100010100 1100000 11101

Color Harmonies of #580390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580390

Black with #580390

Text Example


Text Example

White with #580390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580390; }

 p { color: rgb(88,3,144); }

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

background-color css

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

 a { background-color: rgb(88,3,144); }

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

border-color css

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

 span { border-color: rgb(88,3,144); }

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