Html Css Color HEX #530E80 Indigo

📋 copy color: '#530E80'

red 83 ◦ green 14 ◦ blue 128

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

Shades of Indigo #530E80

Tints of Indigo #530E80

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.22%

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

R = 36.89%
G = 6.22%
B = 56.89%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#530E80 (or 0x530E80) is known color: Indigo. HEX triplet: 53, 0E and 80. RGB value is (83,14,128). Sum of RGB (Red+Green+Blue) = 83+14+128=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #530E80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530E80 is #ACF17F. Grayscale: #2F2F2F. Windows color (decimal): -11334016 or 8392275. OLE color: 8392275.

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

Color convert

RGB 83 14 128 -
CMYK 0.35 0.89 0 0.50
HSL 276.32º 0.8% 0.28% -
HSV(B) 276.32º 0.89% 0.5% -
XYZ 7.62 3.71 20.74 -
YUV 47.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 83 14 128 0.35 0.89 0 0.50 276.32 0.8 0.28
Hex 53 E 80 23 59 0 32 114 50 1C
Octal 123 16 200 43 131 0 62 424 120 34
Binary 1010011 1110 10000000 100011 1011001 0 110010 100010100 1010000 11100

Color Harmonies of #530E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E80

Black with #530E80

Text Example


Text Example

White with #530E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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