Html Css Color HEX #530184 Indigo

📋 copy color: '#530184'

red 83 ◦ green 1 ◦ blue 132

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

Shades of Indigo #530184

Tints of Indigo #530184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 38.43%
G = 0.46%
B = 61.11%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#530184 (or 0x530184) is known color: Indigo. HEX triplet: 53, 01 and 84. RGB value is (83,1,132). Sum of RGB (Red+Green+Blue) = 83+1+132=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #530184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530184 is #ACFE7B. Grayscale: #282828. Windows color (decimal): -11337340 or 8651091. OLE color: 8651091.

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

Color convert

RGB 83 1 132 -
CMYK 0.37 0.99 0 0.48
HSL 277.56º 0.98% 0.26% -
HSV(B) 277.56º 0.99% 0.52% -
XYZ 7.74 3.53 22.1 -
YUV 40.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 83 1 132 0.37 0.99 0 0.48 277.56 0.98 0.26
Hex 53 1 84 25 63 0 30 116 62 1A
Octal 123 1 204 45 143 0 60 426 142 32
Binary 1010011 1 10000100 100101 1100011 0 110000 100010110 1100010 11010

Color Harmonies of #530184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530184

Black with #530184

Text Example


Text Example

White with #530184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530184; }

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

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

background-color css

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

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

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

border-color css

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

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

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