Html Css Color HEX #530070 Indigo

📋 copy color: '#530070'

red 83 ◦ green 0 ◦ blue 112

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

Shades of Indigo #530070

Tints of Indigo #530070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.56%
G = 0%
B = 57.44%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#530070 (or 0x530070) is known color: Indigo. HEX triplet: 53, 00 and 70. RGB value is (83,0,112). Sum of RGB (Red+Green+Blue) = 83+0+112=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #530070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530070 is #ACFF8F. Grayscale: #252525. Windows color (decimal): -11337616 or 7340115. OLE color: 7340115.

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

Color convert

RGB 83 0 112 -
CMYK 0.26 1 0 0.56
HSL 284.46º 1% 0.22% -
HSV(B) 284.46º 1% 0.44% -
XYZ 6.49 3.01 15.57 -
YUV 37.59 170 160.39 -
System Red Green Blue C M Y K H S L
Decimal 83 0 112 0.26 1 0 0.56 284.46 1 0.22
Hex 53 0 70 1A 64 0 38 11C 64 16
Octal 123 0 160 32 144 0 70 434 144 26
Binary 1010011 0 1110000 11010 1100100 0 111000 100011100 1100100 10110

Color Harmonies of #530070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530070

Black with #530070

Text Example


Text Example

White with #530070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530070; }

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

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

background-color css

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

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

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

border-color css

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

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

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