Html Css Color HEX #3519ED Han Purple

📋 copy color: '#3519ED'

red 53 ◦ green 25 ◦ blue 237

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

Shades of Han Purple #3519ED

Tints of Han Purple #3519ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 75.24%

R = 16.83%
G = 7.94%
B = 75.24%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3519ED (or 0x3519ED) is known color: Han Purple. HEX triplet: 35, 19 and ED. RGB value is (53,25,237). Sum of RGB (Red+Green+Blue) = 53+25+237=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #3519ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3519ED is #CAE612. Grayscale: #383838. Windows color (decimal): -13297171 or 15538485. OLE color: 15538485.

HSL color Cylindrical-coordinate representation of color #3519ED: hue angle of 247.92º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3519ED is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 25 237 -
CMYK 0.78 0.89 0 0.07
HSL 247.92º 0.85% 0.51% -
HSV(B) 247.92º 0.89% 0.93% -
XYZ 17.1 7.57 80.68 -
YUV 57.54 229.28 124.76 -
System Red Green Blue C M Y K H S L
Decimal 53 25 237 0.78 0.89 0 0.07 247.92 0.85 0.51
Hex 35 19 ED 4E 59 0 7 F8 55 33
Octal 65 31 355 116 131 0 7 370 125 63
Binary 110101 11001 11101101 1001110 1011001 0 111 11111000 1010101 110011

Color Harmonies of #3519ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3519ED

Black with #3519ED

Text Example


Text Example

White with #3519ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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