Html Css Color HEX #530076 Indigo

📋 copy color: '#530076'

red 83 ◦ green 0 ◦ blue 118

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

Shades of Indigo #530076

Tints of Indigo #530076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.71%

R = 41.29%
G = 0%
B = 58.71%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#530076 (or 0x530076) is known color: Indigo. HEX triplet: 53, 00 and 76. RGB value is (83,0,118). Sum of RGB (Red+Green+Blue) = 83+0+118=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #530076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530076 is #ACFF89. Grayscale: #252525. Windows color (decimal): -11337610 or 7733331. OLE color: 7733331.

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

Color convert

RGB 83 0 118 -
CMYK 0.30 1 0 0.54
HSL 282.2º 1% 0.23% -
HSV(B) 282.2º 1% 0.46% -
XYZ 6.84 3.15 17.39 -
YUV 38.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 83 0 118 0.30 1 0 0.54 282.2 1 0.23
Hex 53 0 76 1E 64 0 36 11A 64 17
Octal 123 0 166 36 144 0 66 432 144 27
Binary 1010011 0 1110110 11110 1100100 0 110110 100011010 1100100 10111

Color Harmonies of #530076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530076

Black with #530076

Text Example


Text Example

White with #530076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530076; }

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

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

background-color css

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

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

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

border-color css

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

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

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