Html Css Color HEX #530880 Indigo

📋 copy color: '#530880'

red 83 ◦ green 8 ◦ blue 128

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

Shades of Indigo #530880

Tints of Indigo #530880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

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

R = 37.9%
G = 3.65%
B = 58.45%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#530880 (or 0x530880) is known color: Indigo. HEX triplet: 53, 08 and 80. RGB value is (83,8,128). Sum of RGB (Red+Green+Blue) = 83+8+128=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #530880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530880 is #ACF77F. Grayscale: #2B2B2B. Windows color (decimal): -11335552 or 8390739. OLE color: 8390739.

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

Color convert

RGB 83 8 128 -
CMYK 0.35 0.94 0 0.50
HSL 277.5º 0.88% 0.27% -
HSV(B) 277.5º 0.94% 0.5% -
XYZ 7.55 3.57 20.71 -
YUV 44.11 175.35 155.74 -
System Red Green Blue C M Y K H S L
Decimal 83 8 128 0.35 0.94 0 0.50 277.5 0.88 0.27
Hex 53 8 80 23 5E 0 32 116 58 1B
Octal 123 10 200 43 136 0 62 426 130 33
Binary 1010011 1000 10000000 100011 1011110 0 110010 100010110 1011000 11011

Color Harmonies of #530880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530880

Black with #530880

Text Example


Text Example

White with #530880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530880; }

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

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

background-color css

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

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

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

border-color css

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

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

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