Html Css Color HEX #530870 Indigo

📋 copy color: '#530870'

red 83 ◦ green 8 ◦ blue 112

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

Shades of Indigo #530870

Tints of Indigo #530870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.94%

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

R = 40.89%
G = 3.94%
B = 55.17%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#530870 (or 0x530870) is known color: Indigo. HEX triplet: 53, 08 and 70. RGB value is (83,8,112). Sum of RGB (Red+Green+Blue) = 83+8+112=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #530870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530870 is #ACF78F. Grayscale: #292929. Windows color (decimal): -11335568 or 7342163. OLE color: 7342163.

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

Color convert

RGB 83 8 112 -
CMYK 0.26 0.93 0 0.56
HSL 283.27º 0.87% 0.24% -
HSV(B) 283.27º 0.93% 0.44% -
XYZ 6.58 3.18 15.6 -
YUV 42.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 83 8 112 0.26 0.93 0 0.56 283.27 0.87 0.24
Hex 53 8 70 1A 5D 0 38 11B 57 18
Octal 123 10 160 32 135 0 70 433 127 30
Binary 1010011 1000 1110000 11010 1011101 0 111000 100011011 1010111 11000

Color Harmonies of #530870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530870

Black with #530870

Text Example


Text Example

White with #530870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530870; }

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

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

background-color css

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

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

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

border-color css

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

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

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