Html Css Color HEX #530077 Indigo

📋 copy color: '#530077'

red 83 ◦ green 0 ◦ blue 119

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

Shades of Indigo #530077

Tints of Indigo #530077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 58.91%

R = 41.09%
G = 0%
B = 58.91%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#530077 (or 0x530077) is known color: Indigo. HEX triplet: 53, 00 and 77. RGB value is (83,0,119). Sum of RGB (Red+Green+Blue) = 83+0+119=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #530077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530077 is #ACFF88. Grayscale: #252525. Windows color (decimal): -11337609 or 7798867. OLE color: 7798867.

HSL color Cylindrical-coordinate representation of color #530077: hue angle of 281.85º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530077 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 0 119 -
CMYK 0.30 1 0 0.53
HSL 281.85º 1% 0.23% -
HSV(B) 281.85º 1% 0.47% -
XYZ 6.9 3.17 17.7 -
YUV 38.38 173.5 159.82 -
System Red Green Blue C M Y K H S L
Decimal 83 0 119 0.30 1 0 0.53 281.85 1 0.23
Hex 53 0 77 1E 64 0 35 11A 64 17
Octal 123 0 167 36 144 0 65 432 144 27
Binary 1010011 0 1110111 11110 1100100 0 110101 100011010 1100100 10111

Color Harmonies of #530077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530077

Black with #530077

Text Example


Text Example

White with #530077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530077; }

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

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

background-color css

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

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

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

border-color css

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

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

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