Html Css Color HEX #530F99 Indigo

📋 copy color: '#530F99'

red 83 ◦ green 15 ◦ blue 153

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

Shades of Indigo #530F99

Tints of Indigo #530F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.98%

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

R = 33.07%
G = 5.98%
B = 60.96%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#530F99 (or 0x530F99) is known color: Indigo. HEX triplet: 53, 0F and 99. RGB value is (83,15,153). Sum of RGB (Red+Green+Blue) = 83+15+153=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #530F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530F99 is #ACF066. Grayscale: #323232. Windows color (decimal): -11333735 or 10030931. OLE color: 10030931.

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

Color convert

RGB 83 15 153 -
CMYK 0.46 0.90 0 0.4
HSL 269.57º 0.82% 0.33% -
HSV(B) 269.57º 0.9% 0.6% -
XYZ 9.49 4.48 30.5 -
YUV 51.06 185.53 150.78 -
System Red Green Blue C M Y K H S L
Decimal 83 15 153 0.46 0.90 0 0.4 269.57 0.82 0.33
Hex 53 F 99 2E 5A 0 28 10E 52 21
Octal 123 17 231 56 132 0 50 416 122 41
Binary 1010011 1111 10011001 101110 1011010 0 101000 100001110 1010010 100001

Color Harmonies of #530F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F99

Black with #530F99

Text Example


Text Example

White with #530F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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