Html Css Color HEX #530080 Indigo

📋 copy color: '#530080'

red 83 ◦ green 0 ◦ blue 128

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

Shades of Indigo #530080

Tints of Indigo #530080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 60.66%

R = 39.34%
G = 0%
B = 60.66%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#530080 (or 0x530080) is known color: Indigo. HEX triplet: 53, 00 and 80. RGB value is (83,0,128). Sum of RGB (Red+Green+Blue) = 83+0+128=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #530080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530080 is #ACFF7F. Grayscale: #262626. Windows color (decimal): -11337600 or 8388691. OLE color: 8388691.

HSL color Cylindrical-coordinate representation of color #530080: hue angle of 278.91º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530080 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 0 128 -
CMYK 0.35 1 0 0.50
HSL 278.91º 1% 0.25% -
HSV(B) 278.91º 1% 0.5% -
XYZ 7.46 3.4 20.68 -
YUV 39.41 178 159.09 -
System Red Green Blue C M Y K H S L
Decimal 83 0 128 0.35 1 0 0.50 278.91 1 0.25
Hex 53 0 80 23 64 0 32 117 64 19
Octal 123 0 200 43 144 0 62 427 144 31
Binary 1010011 0 10000000 100011 1100100 0 110010 100010111 1100100 11001

Color Harmonies of #530080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530080

Black with #530080

Text Example


Text Example

White with #530080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530080; }

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

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

background-color css

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

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

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

border-color css

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

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

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