Html Css Color HEX #530770 Indigo

📋 copy color: '#530770'

red 83 ◦ green 7 ◦ blue 112

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

Shades of Indigo #530770

Tints of Indigo #530770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.47%

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

R = 41.09%
G = 3.47%
B = 55.45%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#530770 (or 0x530770) is known color: Indigo. HEX triplet: 53, 07 and 70. RGB value is (83,7,112). Sum of RGB (Red+Green+Blue) = 83+7+112=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #530770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530770 is #ACF88F. Grayscale: #292929. Windows color (decimal): -11335824 or 7341907. OLE color: 7341907.

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

Color convert

RGB 83 7 112 -
CMYK 0.26 0.94 0 0.56
HSL 283.43º 0.88% 0.23% -
HSV(B) 283.43º 0.94% 0.44% -
XYZ 6.57 3.16 15.59 -
YUV 41.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 83 7 112 0.26 0.94 0 0.56 283.43 0.88 0.23
Hex 53 7 70 1A 5E 0 38 11B 58 17
Octal 123 7 160 32 136 0 70 433 130 27
Binary 1010011 111 1110000 11010 1011110 0 111000 100011011 1011000 10111

Color Harmonies of #530770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530770

Black with #530770

Text Example


Text Example

White with #530770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530770; }

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

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

background-color css

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

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

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

border-color css

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

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

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