Html Css Color HEX #3502EE Han Purple

📋 copy color: '#3502EE'

red 53 ◦ green 2 ◦ blue 238

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

Shades of Han Purple #3502EE

Tints of Han Purple #3502EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 81.23%

R = 18.09%
G = 0.68%
B = 81.23%

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

#3502EE (or 0x3502EE) is known color: Han Purple. HEX triplet: 35, 02 and EE. RGB value is (53,2,238). Sum of RGB (Red+Green+Blue) = 53+2+238=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #3502EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3502EE is #CAFD11. Grayscale: #2B2B2B. Windows color (decimal): -13303058 or 15598133. OLE color: 15598133.

HSL color Cylindrical-coordinate representation of color #3502EE: hue angle of 252.97º 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 #3502EE is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 2 238 -
CMYK 0.78 0.99 0 0.07
HSL 252.97º 0.98% 0.47% -
HSV(B) 252.97º 0.99% 0.93% -
XYZ 16.92 6.97 81.34 -
YUV 44.15 237.4 134.31 -
System Red Green Blue C M Y K H S L
Decimal 53 2 238 0.78 0.99 0 0.07 252.97 0.98 0.47
Hex 35 2 EE 4E 63 0 7 FD 62 2F
Octal 65 2 356 116 143 0 7 375 142 57
Binary 110101 10 11101110 1001110 1100011 0 111 11111101 1100010 101111

Color Harmonies of #3502EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3502EE

Black with #3502EE

Text Example


Text Example

White with #3502EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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