Html Css Color HEX #3504CE Han Purple

📋 copy color: '#3504CE'

red 53 ◦ green 4 ◦ blue 206

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

Shades of Han Purple #3504CE

Tints of Han Purple #3504CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 78.33%

R = 20.15%
G = 1.52%
B = 78.33%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3504CE (or 0x3504CE) is known color: Han Purple. HEX triplet: 35, 04 and CE. RGB value is (53,4,206). Sum of RGB (Red+Green+Blue) = 53+4+206=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #3504CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3504CE is #CAFB31. Grayscale: #282828. Windows color (decimal): -13302578 or 13501493. OLE color: 13501493.

HSL color Cylindrical-coordinate representation of color #3504CE: hue angle of 254.55º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3504CE is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 4 206 -
CMYK 0.74 0.98 0 0.19
HSL 254.55º 0.96% 0.41% -
HSV(B) 254.55º 0.98% 0.81% -
XYZ 12.65 5.3 58.75 -
YUV 41.68 220.73 136.07 -
System Red Green Blue C M Y K H S L
Decimal 53 4 206 0.74 0.98 0 0.19 254.55 0.96 0.41
Hex 35 4 CE 4A 62 0 13 FF 60 29
Octal 65 4 316 112 142 0 23 377 140 51
Binary 110101 100 11001110 1001010 1100010 0 10011 11111111 1100000 101001

Color Harmonies of #3504CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3504CE

Black with #3504CE

Text Example


Text Example

White with #3504CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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