Html Css Color HEX #3504ED Han Purple

📋 copy color: '#3504ED'

red 53 ◦ green 4 ◦ blue 237

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

Shades of Han Purple #3504ED

Tints of Han Purple #3504ED

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

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

R = 18.03%
G = 1.36%
B = 80.61%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3504ED (or 0x3504ED) is known color: Han Purple. HEX triplet: 35, 04 and ED. RGB value is (53,4,237). Sum of RGB (Red+Green+Blue) = 53+4+237=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 237 (92.97% from 255 or 80.61% from 294); Max value from RGB is 237 - color contains mainly: blue. Hex color #3504ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3504ED is #CAFB12. Grayscale: #2C2C2C. Windows color (decimal): -13302547 or 15533109. OLE color: 15533109.

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

Color convert

RGB 53 4 237 -
CMYK 0.78 0.98 0 0.07
HSL 252.62º 0.97% 0.47% -
HSV(B) 252.62º 0.98% 0.93% -
XYZ 16.8 6.96 80.58 -
YUV 45.21 236.23 133.55 -
System Red Green Blue C M Y K H S L
Decimal 53 4 237 0.78 0.98 0 0.07 252.62 0.97 0.47
Hex 35 4 ED 4E 62 0 7 FD 61 2F
Octal 65 4 355 116 142 0 7 375 141 57
Binary 110101 100 11101101 1001110 1100010 0 111 11111101 1100001 101111

Color Harmonies of #3504ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3504ED

Black with #3504ED

Text Example


Text Example

White with #3504ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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