Html Css Color HEX #530399 Indigo

📋 copy color: '#530399'

red 83 ◦ green 3 ◦ blue 153

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

Shades of Indigo #530399

Tints of Indigo #530399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 34.73%
G = 1.26%
B = 64.02%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#530399 (or 0x530399) is known color: Indigo. HEX triplet: 53, 03 and 99. RGB value is (83,3,153). Sum of RGB (Red+Green+Blue) = 83+3+153=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #530399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530399 is #ACFC66. Grayscale: #2B2B2B. Windows color (decimal): -11336807 or 10027859. OLE color: 10027859.

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

Color convert

RGB 83 3 153 -
CMYK 0.46 0.98 0 0.4
HSL 272º 0.96% 0.31% -
HSV(B) 272º 0.98% 0.6% -
XYZ 9.35 4.2 30.46 -
YUV 44.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 83 3 153 0.46 0.98 0 0.4 272 0.96 0.31
Hex 53 3 99 2E 62 0 28 110 60 1F
Octal 123 3 231 56 142 0 50 420 140 37
Binary 1010011 11 10011001 101110 1100010 0 101000 100010000 1100000 11111

Color Harmonies of #530399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530399

Black with #530399

Text Example


Text Example

White with #530399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530399; }

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

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

background-color css

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

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

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

border-color css

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

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

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