Html Css Color HEX #530970 Indigo

📋 copy color: '#530970'

red 83 ◦ green 9 ◦ blue 112

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

Shades of Indigo #530970

Tints of Indigo #530970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.41%

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

R = 40.69%
G = 4.41%
B = 54.9%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#530970 (or 0x530970) is known color: Indigo. HEX triplet: 53, 09 and 70. RGB value is (83,9,112). Sum of RGB (Red+Green+Blue) = 83+9+112=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #530970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530970 is #ACF68F. Grayscale: #2A2A2A. Windows color (decimal): -11335312 or 7342419. OLE color: 7342419.

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

Color convert

RGB 83 9 112 -
CMYK 0.26 0.92 0 0.56
HSL 283.11º 0.85% 0.24% -
HSV(B) 283.11º 0.92% 0.44% -
XYZ 6.59 3.2 15.6 -
YUV 42.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 83 9 112 0.26 0.92 0 0.56 283.11 0.85 0.24
Hex 53 9 70 1A 5C 0 38 11B 55 18
Octal 123 11 160 32 134 0 70 433 125 30
Binary 1010011 1001 1110000 11010 1011100 0 111000 100011011 1010101 11000

Color Harmonies of #530970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530970

Black with #530970

Text Example


Text Example

White with #530970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530970; }

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

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

background-color css

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

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

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

border-color css

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

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

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