Html Css Color HEX #530572 Indigo

📋 copy color: '#530572'

red 83 ◦ green 5 ◦ blue 114

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

Shades of Indigo #530572

Tints of Indigo #530572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.44%

R = 41.09%
G = 2.48%
B = 56.44%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#530572 (or 0x530572) is known color: Indigo. HEX triplet: 53, 05 and 72. RGB value is (83,5,114). Sum of RGB (Red+Green+Blue) = 83+5+114=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #530572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530572 is #ACFA8D. Grayscale: #282828. Windows color (decimal): -11336334 or 7472467. OLE color: 7472467.

HSL color Cylindrical-coordinate representation of color #530572: hue angle of 282.94º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530572 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 5 114 -
CMYK 0.27 0.96 0 0.55
HSL 282.94º 0.92% 0.23% -
HSV(B) 282.94º 0.96% 0.45% -
XYZ 6.66 3.16 16.18 -
YUV 40.75 169.34 158.14 -
System Red Green Blue C M Y K H S L
Decimal 83 5 114 0.27 0.96 0 0.55 282.94 0.92 0.23
Hex 53 5 72 1B 60 0 37 11B 5C 17
Octal 123 5 162 33 140 0 67 433 134 27
Binary 1010011 101 1110010 11011 1100000 0 110111 100011011 1011100 10111

Color Harmonies of #530572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530572

Black with #530572

Text Example


Text Example

White with #530572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530572; }

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

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

background-color css

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

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

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

border-color css

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

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

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