Html Css Color HEX #530C70 Indigo

📋 copy color: '#530C70'

red 83 ◦ green 12 ◦ blue 112

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

Shades of Indigo #530C70

Tints of Indigo #530C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.8%

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

R = 40.1%
G = 5.8%
B = 54.11%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#530C70 (or 0x530C70) is known color: Indigo. HEX triplet: 53, 0C and 70. RGB value is (83,12,112). Sum of RGB (Red+Green+Blue) = 83+12+112=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #530C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C70 is #ACF38F. Grayscale: #2C2C2C. Windows color (decimal): -11334544 or 7343187. OLE color: 7343187.

HSL color Cylindrical-coordinate representation of color #530C70: hue angle of 282.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530C70 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 12 112 -
CMYK 0.26 0.89 0 0.56
HSL 282.6º 0.81% 0.24% -
HSV(B) 282.6º 0.89% 0.44% -
XYZ 6.62 3.27 15.61 -
YUV 44.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 83 12 112 0.26 0.89 0 0.56 282.6 0.81 0.24
Hex 53 C 70 1A 59 0 38 11B 51 18
Octal 123 14 160 32 131 0 70 433 121 30
Binary 1010011 1100 1110000 11010 1011001 0 111000 100011011 1010001 11000

Color Harmonies of #530C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C70

Black with #530C70

Text Example


Text Example

White with #530C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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