Html Css Color HEX #530D84 Indigo

📋 copy color: '#530D84'

red 83 ◦ green 13 ◦ blue 132

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

Shades of Indigo #530D84

Tints of Indigo #530D84

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.7%

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

R = 36.4%
G = 5.7%
B = 57.89%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#530D84 (or 0x530D84) is known color: Indigo. HEX triplet: 53, 0D and 84. RGB value is (83,13,132). Sum of RGB (Red+Green+Blue) = 83+13+132=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #530D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530D84 is #ACF27B. Grayscale: #2F2F2F. Windows color (decimal): -11334268 or 8654163. OLE color: 8654163.

HSL color Cylindrical-coordinate representation of color #530D84: hue angle of 275.29º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530D84 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 13 132 -
CMYK 0.37 0.90 0 0.48
HSL 275.29º 0.82% 0.28% -
HSV(B) 275.29º 0.9% 0.52% -
XYZ 7.88 3.79 22.15 -
YUV 47.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 83 13 132 0.37 0.90 0 0.48 275.29 0.82 0.28
Hex 53 D 84 25 5A 0 30 113 52 1C
Octal 123 15 204 45 132 0 60 423 122 34
Binary 1010011 1101 10000100 100101 1011010 0 110000 100010011 1010010 11100

Color Harmonies of #530D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D84

Black with #530D84

Text Example


Text Example

White with #530D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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