Html Css Color HEX #520398 Indigo

📋 copy color: '#520398'

red 82 ◦ green 3 ◦ blue 152

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

Shades of Indigo #520398

Tints of Indigo #520398

RGB

 RED value IS 82 (32.42% from 255) = 34.6%

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

 BLUE value IS 152 (59.77% from 255) = 64.14%

R = 34.6%
G = 1.27%
B = 64.14%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#520398 (or 0x520398) is known color: Indigo. HEX triplet: 52, 03 and 98. RGB value is (82,3,152). Sum of RGB (Red+Green+Blue) = 82+3+152=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #520398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520398 is #ADFC67. Grayscale: #2B2B2B. Windows color (decimal): -11402344 or 9962322. OLE color: 9962322.

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

Color convert

RGB 82 3 152 -
CMYK 0.46 0.98 0 0.40
HSL 271.81º 0.96% 0.3% -
HSV(B) 271.81º 0.98% 0.6% -
XYZ 9.18 4.13 30.02 -
YUV 43.61 189.17 155.38 -
System Red Green Blue C M Y K H S L
Decimal 82 3 152 0.46 0.98 0 0.40 271.81 0.96 0.3
Hex 52 3 98 2E 62 0 28 110 60 1E
Octal 122 3 230 56 142 0 50 420 140 36
Binary 1010010 11 10011000 101110 1100010 0 101000 100010000 1100000 11110

Color Harmonies of #520398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520398

Black with #520398

Text Example


Text Example

White with #520398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520398; }

 p { color: rgb(82,3,152); }

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

background-color css

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

 a { background-color: rgb(82,3,152); }

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

border-color css

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

 span { border-color: rgb(82,3,152); }

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