Html Css Color HEX #530582 Indigo

📋 copy color: '#530582'

red 83 ◦ green 5 ◦ blue 130

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

Shades of Indigo #530582

Tints of Indigo #530582

RGB

 RED value IS 83 (32.81% from 255) = 38.07%

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

 BLUE value IS 130 (51.17% from 255) = 59.63%

R = 38.07%
G = 2.29%
B = 59.63%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#530582 (or 0x530582) is known color: Indigo. HEX triplet: 53, 05 and 82. RGB value is (83,5,130). Sum of RGB (Red+Green+Blue) = 83+5+130=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #530582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530582 is #ACFA7D. Grayscale: #2A2A2A. Windows color (decimal): -11336318 or 8521043. OLE color: 8521043.

HSL color Cylindrical-coordinate representation of color #530582: hue angle of 277.44º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530582 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 5 130 -
CMYK 0.36 0.96 0 0.49
HSL 277.44º 0.93% 0.26% -
HSV(B) 277.44º 0.96% 0.51% -
XYZ 7.65 3.56 21.4 -
YUV 42.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 83 5 130 0.36 0.96 0 0.49 277.44 0.93 0.26
Hex 53 5 82 24 60 0 31 115 5D 1A
Octal 123 5 202 44 140 0 61 425 135 32
Binary 1010011 101 10000010 100100 1100000 0 110001 100010101 1011101 11010

Color Harmonies of #530582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530582

Black with #530582

Text Example


Text Example

White with #530582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530582; }

 p { color: rgb(83,5,130); }

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

background-color css

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

 a { background-color: rgb(83,5,130); }

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

border-color css

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

 span { border-color: rgb(83,5,130); }

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