Html Css Color HEX #530277 Indigo

📋 copy color: '#530277'

red 83 ◦ green 2 ◦ blue 119

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

Shades of Indigo #530277

Tints of Indigo #530277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 40.69%
G = 0.98%
B = 58.33%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#530277 (or 0x530277) is known color: Indigo. HEX triplet: 53, 02 and 77. RGB value is (83,2,119). Sum of RGB (Red+Green+Blue) = 83+2+119=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #530277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530277 is #ACFD88. Grayscale: #272727. Windows color (decimal): -11337097 or 7799379. OLE color: 7799379.

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

Color convert

RGB 83 2 119 -
CMYK 0.30 0.98 0 0.53
HSL 281.54º 0.97% 0.24% -
HSV(B) 281.54º 0.98% 0.47% -
XYZ 6.92 3.21 17.71 -
YUV 39.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 83 2 119 0.30 0.98 0 0.53 281.54 0.97 0.24
Hex 53 2 77 1E 62 0 35 11A 61 18
Octal 123 2 167 36 142 0 65 432 141 30
Binary 1010011 10 1110111 11110 1100010 0 110101 100011010 1100001 11000

Color Harmonies of #530277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530277

Black with #530277

Text Example


Text Example

White with #530277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530277; }

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

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

background-color css

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

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

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

border-color css

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

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

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