Html Css Color HEX #530899 Indigo

📋 copy color: '#530899'

red 83 ◦ green 8 ◦ blue 153

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

Shades of Indigo #530899

Tints of Indigo #530899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.28%

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

R = 34.02%
G = 3.28%
B = 62.7%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#530899 (or 0x530899) is known color: Indigo. HEX triplet: 53, 08 and 99. RGB value is (83,8,153). Sum of RGB (Red+Green+Blue) = 83+8+153=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #530899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530899 is #ACF766. Grayscale: #2E2E2E. Windows color (decimal): -11335527 or 10029139. OLE color: 10029139.

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

Color convert

RGB 83 8 153 -
CMYK 0.46 0.95 0 0.4
HSL 271.03º 0.9% 0.32% -
HSV(B) 271.03º 0.95% 0.6% -
XYZ 9.4 4.31 30.47 -
YUV 46.96 187.85 153.71 -
System Red Green Blue C M Y K H S L
Decimal 83 8 153 0.46 0.95 0 0.4 271.03 0.9 0.32
Hex 53 8 99 2E 5F 0 28 10F 5A 20
Octal 123 10 231 56 137 0 50 417 132 40
Binary 1010011 1000 10011001 101110 1011111 0 101000 100001111 1011010 100000

Color Harmonies of #530899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530899

Black with #530899

Text Example


Text Example

White with #530899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530899; }

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

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

background-color css

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

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

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

border-color css

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

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

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