Html Css Color HEX #530282 Indigo

📋 copy color: '#530282'

red 83 ◦ green 2 ◦ blue 130

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

Shades of Indigo #530282

Tints of Indigo #530282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 38.6%
G = 0.93%
B = 60.47%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#530282 (or 0x530282) is known color: Indigo. HEX triplet: 53, 02 and 82. RGB value is (83,2,130). Sum of RGB (Red+Green+Blue) = 83+2+130=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #530282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530282 is #ACFD7D. Grayscale: #282828. Windows color (decimal): -11337086 or 8520275. OLE color: 8520275.

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

Color convert

RGB 83 2 130 -
CMYK 0.36 0.98 0 0.49
HSL 277.97º 0.97% 0.26% -
HSV(B) 277.97º 0.98% 0.51% -
XYZ 7.62 3.49 21.39 -
YUV 40.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 83 2 130 0.36 0.98 0 0.49 277.97 0.97 0.26
Hex 53 2 82 24 62 0 31 116 61 1A
Octal 123 2 202 44 142 0 61 426 141 32
Binary 1010011 10 10000010 100100 1100010 0 110001 100010110 1100001 11010

Color Harmonies of #530282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530282

Black with #530282

Text Example


Text Example

White with #530282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530282; }

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

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

background-color css

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

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

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

border-color css

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

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

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