Html Css Color HEX #3519EF Han Purple

📋 copy color: '#3519EF'

red 53 ◦ green 25 ◦ blue 239

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

Shades of Han Purple #3519EF

Tints of Han Purple #3519EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 75.39%

R = 16.72%
G = 7.89%
B = 75.39%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3519EF (or 0x3519EF) is known color: Han Purple. HEX triplet: 35, 19 and EF. RGB value is (53,25,239). Sum of RGB (Red+Green+Blue) = 53+25+239=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #3519EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3519EF is #CAE610. Grayscale: #383838. Windows color (decimal): -13297169 or 15669557. OLE color: 15669557.

HSL color Cylindrical-coordinate representation of color #3519EF: hue angle of 247.85º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3519EF is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 25 239 -
CMYK 0.78 0.90 0 0.06
HSL 247.85º 0.87% 0.52% -
HSV(B) 247.85º 0.9% 0.94% -
XYZ 17.4 7.68 82.23 -
YUV 57.77 230.28 124.6 -
System Red Green Blue C M Y K H S L
Decimal 53 25 239 0.78 0.90 0 0.06 247.85 0.87 0.52
Hex 35 19 EF 4E 5A 0 6 F8 57 34
Octal 65 31 357 116 132 0 6 370 127 64
Binary 110101 11001 11101111 1001110 1011010 0 110 11111000 1010111 110100

Color Harmonies of #3519EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3519EF

Black with #3519EF

Text Example


Text Example

White with #3519EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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