Html Css Color HEX #530A77 Indigo

📋 copy color: '#530A77'

red 83 ◦ green 10 ◦ blue 119

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

Shades of Indigo #530A77

Tints of Indigo #530A77

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.72%

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

R = 39.15%
G = 4.72%
B = 56.13%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#530A77 (or 0x530A77) is known color: Indigo. HEX triplet: 53, 0A and 77. RGB value is (83,10,119). Sum of RGB (Red+Green+Blue) = 83+10+119=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #530A77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A77 is #ACF588. Grayscale: #2B2B2B. Windows color (decimal): -11335049 or 7801427. OLE color: 7801427.

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

Color convert

RGB 83 10 119 -
CMYK 0.30 0.92 0 0.53
HSL 280.18º 0.84% 0.25% -
HSV(B) 280.18º 0.92% 0.47% -
XYZ 7.01 3.39 17.74 -
YUV 44.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 83 10 119 0.30 0.92 0 0.53 280.18 0.84 0.25
Hex 53 A 77 1E 5C 0 35 118 54 19
Octal 123 12 167 36 134 0 65 430 124 31
Binary 1010011 1010 1110111 11110 1011100 0 110101 100011000 1010100 11001

Color Harmonies of #530A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A77

Black with #530A77

Text Example


Text Example

White with #530A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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