Html Css Color HEX #530E99 Indigo

📋 copy color: '#530E99'

red 83 ◦ green 14 ◦ blue 153

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

Shades of Indigo #530E99

Tints of Indigo #530E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 33.2%
G = 5.6%
B = 61.2%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#530E99 (or 0x530E99) is known color: Indigo. HEX triplet: 53, 0E and 99. RGB value is (83,14,153). Sum of RGB (Red+Green+Blue) = 83+14+153=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #530E99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530E99 is #ACF166. Grayscale: #313131. Windows color (decimal): -11333991 or 10030675. OLE color: 10030675.

HSL color Cylindrical-coordinate representation of color #530E99: hue angle of 269.78º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530E99 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 14 153 -
CMYK 0.46 0.91 0 0.4
HSL 269.78º 0.83% 0.33% -
HSV(B) 269.78º 0.91% 0.6% -
XYZ 9.47 4.45 30.5 -
YUV 50.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 83 14 153 0.46 0.91 0 0.4 269.78 0.83 0.33
Hex 53 E 99 2E 5B 0 28 10E 53 21
Octal 123 16 231 56 133 0 50 416 123 41
Binary 1010011 1110 10011001 101110 1011011 0 101000 100001110 1010011 100001

Color Harmonies of #530E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E99

Black with #530E99

Text Example


Text Example

White with #530E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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