Html Css Color HEX #3504D5 Han Purple

📋 copy color: '#3504D5'

red 53 ◦ green 4 ◦ blue 213

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

Shades of Han Purple #3504D5

Tints of Han Purple #3504D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 78.89%

R = 19.63%
G = 1.48%
B = 78.89%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3504D5 (or 0x3504D5) is known color: Han Purple. HEX triplet: 35, 04 and D5. RGB value is (53,4,213). Sum of RGB (Red+Green+Blue) = 53+4+213=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 213 (83.59% from 255 or 78.89% from 270); Max value from RGB is 213 - color contains mainly: blue. Hex color #3504D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3504D5 is #CAFB2A. Grayscale: #292929. Windows color (decimal): -13302571 or 13960245. OLE color: 13960245.

HSL color Cylindrical-coordinate representation of color #3504D5: hue angle of 254.07º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3504D5 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 4 213 -
CMYK 0.75 0.98 0 0.16
HSL 254.07º 0.96% 0.43% -
HSV(B) 254.07º 0.98% 0.84% -
XYZ 13.52 5.65 63.33 -
YUV 42.48 224.23 135.51 -
System Red Green Blue C M Y K H S L
Decimal 53 4 213 0.75 0.98 0 0.16 254.07 0.96 0.43
Hex 35 4 D5 4B 62 0 10 FE 60 2B
Octal 65 4 325 113 142 0 20 376 140 53
Binary 110101 100 11010101 1001011 1100010 0 10000 11111110 1100000 101011

Color Harmonies of #3504D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3504D5

Black with #3504D5

Text Example


Text Example

White with #3504D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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