Html Css Color HEX #62519F Scampi

📋 copy color: '#62519F'

red 98 ◦ green 81 ◦ blue 159

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

Shades of Scampi #62519F

Tints of Scampi #62519F

RGB

 RED value IS 98 (38.67% from 255) = 28.99%

 GREEN value IS 81 (32.03% from 255) = 23.96%

 BLUE value IS 159 (62.5% from 255) = 47.04%

R = 28.99%
G = 23.96%
B = 47.04%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62519F (or 0x62519F) is known color: Scampi. HEX triplet: 62, 51 and 9F. RGB value is (98,81,159). Sum of RGB (Red+Green+Blue) = 98+81+159=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #62519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62519F is #9DAE60. Grayscale: #5E5E5E. Windows color (decimal): -10333793 or 10441058. OLE color: 10441058.

HSL color Cylindrical-coordinate representation of color #62519F: hue angle of 253.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62519F is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 81 159 -
CMYK 0.38 0.49 0 0.38
HSL 253.08º 0.33% 0.47% -
HSV(B) 253.08º 0.49% 0.62% -
XYZ 14.24 10.98 34.17 -
YUV 94.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 98 81 159 0.38 0.49 0 0.38 253.08 0.33 0.47
Hex 62 51 9F 26 31 0 26 FD 20 2F
Octal 142 121 237 46 61 0 46 375 40 57
Binary 1100010 1010001 10011111 100110 110001 0 100110 11111101 100000 101111

Color Harmonies of #62519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62519F

Black with #62519F

Text Example


Text Example

White with #62519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62519F; }

 p { color: rgb(98,81,159); }

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

background-color css

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

 a { background-color: rgb(98,81,159); }

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

border-color css

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

 span { border-color: rgb(98,81,159); }

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