Html Css Color HEX #530E73 Indigo

📋 copy color: '#530E73'

red 83 ◦ green 14 ◦ blue 115

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

Shades of Indigo #530E73

Tints of Indigo #530E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 39.15%
G = 6.6%
B = 54.25%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#530E73 (or 0x530E73) is known color: Indigo. HEX triplet: 53, 0E and 73. RGB value is (83,14,115). Sum of RGB (Red+Green+Blue) = 83+14+115=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #530E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E73 is #ACF18C. Grayscale: #2D2D2D. Windows color (decimal): -11334029 or 7540307. OLE color: 7540307.

HSL color Cylindrical-coordinate representation of color #530E73: hue angle of 280.99º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530E73 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 14 115 -
CMYK 0.28 0.88 0 0.55
HSL 280.99º 0.78% 0.25% -
HSV(B) 280.99º 0.88% 0.45% -
XYZ 6.82 3.39 16.51 -
YUV 46.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 83 14 115 0.28 0.88 0 0.55 280.99 0.78 0.25
Hex 53 E 73 1C 58 0 37 119 4E 19
Octal 123 16 163 34 130 0 67 431 116 31
Binary 1010011 1110 1110011 11100 1011000 0 110111 100011001 1001110 11001

Color Harmonies of #530E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E73

Black with #530E73

Text Example


Text Example

White with #530E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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