Html Css Color HEX #530570 Indigo

📋 copy color: '#530570'

red 83 ◦ green 5 ◦ blue 112

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

Shades of Indigo #530570

Tints of Indigo #530570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56%

R = 41.5%
G = 2.5%
B = 56%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#530570 (or 0x530570) is known color: Indigo. HEX triplet: 53, 05 and 70. RGB value is (83,5,112). Sum of RGB (Red+Green+Blue) = 83+5+112=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #530570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530570 is #ACFA8F. Grayscale: #282828. Windows color (decimal): -11336336 or 7341395. OLE color: 7341395.

HSL color Cylindrical-coordinate representation of color #530570: hue angle of 283.74º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530570 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 5 112 -
CMYK 0.26 0.96 0 0.56
HSL 283.74º 0.91% 0.23% -
HSV(B) 283.74º 0.96% 0.44% -
XYZ 6.55 3.12 15.59 -
YUV 40.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 83 5 112 0.26 0.96 0 0.56 283.74 0.91 0.23
Hex 53 5 70 1A 60 0 38 11C 5B 17
Octal 123 5 160 32 140 0 70 434 133 27
Binary 1010011 101 1110000 11010 1100000 0 111000 100011100 1011011 10111

Color Harmonies of #530570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530570

Black with #530570

Text Example


Text Example

White with #530570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530570; }

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

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

background-color css

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

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

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

border-color css

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

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

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