Html Css Color HEX #530084 Indigo

📋 copy color: '#530084'

red 83 ◦ green 0 ◦ blue 132

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

Shades of Indigo #530084

Tints of Indigo #530084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 132 (51.95% from 255) = 61.4%

R = 38.6%
G = 0%
B = 61.4%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#530084 (or 0x530084) is known color: Indigo. HEX triplet: 53, 00 and 84. RGB value is (83,0,132). Sum of RGB (Red+Green+Blue) = 83+0+132=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #530084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530084 is #ACFF7B. Grayscale: #272727. Windows color (decimal): -11337596 or 8650835. OLE color: 8650835.

HSL color Cylindrical-coordinate representation of color #530084: hue angle of 277.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530084 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 0 132 -
CMYK 0.37 1 0 0.48
HSL 277.73º 1% 0.26% -
HSV(B) 277.73º 1% 0.52% -
XYZ 7.73 3.5 22.1 -
YUV 39.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 83 0 132 0.37 1 0 0.48 277.73 1 0.26
Hex 53 0 84 25 64 0 30 116 64 1A
Octal 123 0 204 45 144 0 60 426 144 32
Binary 1010011 0 10000100 100101 1100100 0 110000 100010110 1100100 11010

Color Harmonies of #530084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530084

Black with #530084

Text Example


Text Example

White with #530084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530084; }

 p { color: rgb(83,0,132); }

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

background-color css

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

 a { background-color: rgb(83,0,132); }

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

border-color css

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

 span { border-color: rgb(83,0,132); }

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