Html Css Color HEX #530370 Indigo

📋 copy color: '#530370'

red 83 ◦ green 3 ◦ blue 112

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

Shades of Indigo #530370

Tints of Indigo #530370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 41.92%
G = 1.52%
B = 56.57%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#530370 (or 0x530370) is known color: Indigo. HEX triplet: 53, 03 and 70. RGB value is (83,3,112). Sum of RGB (Red+Green+Blue) = 83+3+112=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #530370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530370 is #ACFC8F. Grayscale: #262626. Windows color (decimal): -11336848 or 7340883. OLE color: 7340883.

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

Color convert

RGB 83 3 112 -
CMYK 0.26 0.97 0 0.56
HSL 284.04º 0.95% 0.23% -
HSV(B) 284.04º 0.97% 0.44% -
XYZ 6.52 3.07 15.58 -
YUV 39.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 83 3 112 0.26 0.97 0 0.56 284.04 0.95 0.23
Hex 53 3 70 1A 61 0 38 11C 5F 17
Octal 123 3 160 32 141 0 70 434 137 27
Binary 1010011 11 1110000 11010 1100001 0 111000 100011100 1011111 10111

Color Harmonies of #530370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530370

Black with #530370

Text Example


Text Example

White with #530370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530370; }

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

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

background-color css

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

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

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

border-color css

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

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

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