Html Css Color HEX #3519E6 Han Purple

📋 copy color: '#3519E6'

red 53 ◦ green 25 ◦ blue 230

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

Shades of Han Purple #3519E6

Tints of Han Purple #3519E6

RGB

 RED value IS 53 (21.09% from 255) = 17.21%

 GREEN value IS 25 (10.16% from 255) = 8.12%

 BLUE value IS 230 (90.23% from 255) = 74.68%

R = 17.21%
G = 8.12%
B = 74.68%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3519E6 (or 0x3519E6) is known color: Han Purple. HEX triplet: 35, 19 and E6. RGB value is (53,25,230). Sum of RGB (Red+Green+Blue) = 53+25+230=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 230 (90.23% from 255 or 74.68% from 308); Max value from RGB is 230 - color contains mainly: blue. Hex color #3519E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3519E6 is #CAE619. Grayscale: #373737. Windows color (decimal): -13297178 or 15079733. OLE color: 15079733.

HSL color Cylindrical-coordinate representation of color #3519E6: hue angle of 248.2º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3519E6 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 25 230 -
CMYK 0.77 0.89 0 0.10
HSL 248.2º 0.8% 0.5% -
HSV(B) 248.2º 0.89% 0.9% -
XYZ 16.1 7.17 75.4 -
YUV 56.74 225.78 125.33 -
System Red Green Blue C M Y K H S L
Decimal 53 25 230 0.77 0.89 0 0.10 248.2 0.8 0.5
Hex 35 19 E6 4D 59 0 A F8 50 32
Octal 65 31 346 115 131 0 12 370 120 62
Binary 110101 11001 11100110 1001101 1011001 0 1010 11111000 1010000 110010

Color Harmonies of #3519E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3519E6

Black with #3519E6

Text Example


Text Example

White with #3519E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3519E6; }

 p { color: rgb(53,25,230); }

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

background-color css

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

 a { background-color: rgb(53,25,230); }

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

border-color css

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

 span { border-color: rgb(53,25,230); }

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