Html Css Color HEX #3502ED Han Purple

📋 copy color: '#3502ED'

red 53 ◦ green 2 ◦ blue 237

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

Shades of Han Purple #3502ED

Tints of Han Purple #3502ED

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 18.15%
G = 0.68%
B = 81.16%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3502ED (or 0x3502ED) is known color: Han Purple. HEX triplet: 35, 02 and ED. RGB value is (53,2,237). Sum of RGB (Red+Green+Blue) = 53+2+237=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 237 (92.97% from 255 or 81.16% from 292); Max value from RGB is 237 - color contains mainly: blue. Hex color #3502ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3502ED is #CAFD12. Grayscale: #2B2B2B. Windows color (decimal): -13303059 or 15532597. OLE color: 15532597.

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

Color convert

RGB 53 2 237 -
CMYK 0.78 0.99 0 0.07
HSL 253.02º 0.98% 0.47% -
HSV(B) 253.02º 0.99% 0.93% -
XYZ 16.78 6.91 80.57 -
YUV 44.04 236.9 134.39 -
System Red Green Blue C M Y K H S L
Decimal 53 2 237 0.78 0.99 0 0.07 253.02 0.98 0.47
Hex 35 2 ED 4E 63 0 7 FD 62 2F
Octal 65 2 355 116 143 0 7 375 142 57
Binary 110101 10 11101101 1001110 1100011 0 111 11111101 1100010 101111

Color Harmonies of #3502ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3502ED

Black with #3502ED

Text Example


Text Example

White with #3502ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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