Html Css Color HEX #530170 Indigo

📋 copy color: '#530170'

red 83 ◦ green 1 ◦ blue 112

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

Shades of Indigo #530170

Tints of Indigo #530170

RGB

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

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

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

R = 42.35%
G = 0.51%
B = 57.14%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#530170 (or 0x530170) is known color: Indigo. HEX triplet: 53, 01 and 70. RGB value is (83,1,112). Sum of RGB (Red+Green+Blue) = 83+1+112=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #530170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530170 is #ACFE8F. Grayscale: #252525. Windows color (decimal): -11337360 or 7340371. OLE color: 7340371.

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

Color convert

RGB 83 1 112 -
CMYK 0.26 0.99 0 0.56
HSL 284.32º 0.98% 0.22% -
HSV(B) 284.32º 0.99% 0.44% -
XYZ 6.5 3.03 15.57 -
YUV 38.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 83 1 112 0.26 0.99 0 0.56 284.32 0.98 0.22
Hex 53 1 70 1A 63 0 38 11C 62 16
Octal 123 1 160 32 143 0 70 434 142 26
Binary 1010011 1 1110000 11010 1100011 0 111000 100011100 1100010 10110

Color Harmonies of #530170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530170

Black with #530170

Text Example


Text Example

White with #530170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530170; }

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

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

background-color css

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

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

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

border-color css

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

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

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