Html Css Color HEX #530099 Indigo

📋 copy color: '#530099'

red 83 ◦ green 0 ◦ blue 153

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

Shades of Indigo #530099

Tints of Indigo #530099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.17%
G = 0%
B = 64.83%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#530099 (or 0x530099) is known color: Indigo. HEX triplet: 53, 00 and 99. RGB value is (83,0,153). Sum of RGB (Red+Green+Blue) = 83+0+153=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #530099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530099 is #ACFF66. Grayscale: #292929. Windows color (decimal): -11337575 or 10027091. OLE color: 10027091.

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

Color convert

RGB 83 0 153 -
CMYK 0.46 1 0 0.4
HSL 272.55º 1% 0.3% -
HSV(B) 272.55º 1% 0.6% -
XYZ 9.32 4.14 30.44 -
YUV 42.26 190.5 157.06 -
System Red Green Blue C M Y K H S L
Decimal 83 0 153 0.46 1 0 0.4 272.55 1 0.3
Hex 53 0 99 2E 64 0 28 111 64 1E
Octal 123 0 231 56 144 0 50 421 144 36
Binary 1010011 0 10011001 101110 1100100 0 101000 100010001 1100100 11110

Color Harmonies of #530099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530099

Black with #530099

Text Example


Text Example

White with #530099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530099; }

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

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

background-color css

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

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

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

border-color css

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

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

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