Html Css Color HEX #3520FF Han Purple

📋 copy color: '#3520FF'

red 53 ◦ green 32 ◦ blue 255

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

Shades of Han Purple #3520FF

Tints of Han Purple #3520FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.41%

 BLUE value IS 255 (100% from 255) = 75%

R = 15.59%
G = 9.41%
B = 75%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3520FF (or 0x3520FF) is known color: Han Purple. HEX triplet: 35, 20 and FF. RGB value is (53,32,255). Sum of RGB (Red+Green+Blue) = 53+32+255=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #3520FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3520FF is #CADF00. Grayscale: #3E3E3E. Windows color (decimal): -13295361 or 16719925. OLE color: 16719925.

HSL color Cylindrical-coordinate representation of color #3520FF: hue angle of 245.65º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3520FF is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 32 255 -
CMYK 0.79 0.87 0 0
HSL 245.65º 1% 0.56% -
HSV(B) 245.65º 0.87% 1% -
XYZ 20.03 9.01 95.29 -
YUV 63.7 235.96 120.37 -
System Red Green Blue C M Y K H S L
Decimal 53 32 255 0.79 0.87 0 0 245.65 1 0.56
Hex 35 20 FF 4F 57 0 0 F6 64 38
Octal 65 40 377 117 127 0 0 366 144 70
Binary 110101 100000 11111111 1001111 1010111 0 0 11110110 1100100 111000

Color Harmonies of #3520FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3520FF

Black with #3520FF

Text Example


Text Example

White with #3520FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3520FF; }

 p { color: rgb(53,32,255); }

 H1.HeaderClassName
 {
   color: #3520FF;
 }
 .AnyTagClassName
 {
   color: #3520FF;
 }
</style>

background-color css

<style>
 a { background-color: #3520FF; }

 a { background-color: rgb(53,32,255); }

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

border-color css

<style>
 span { border-color: #3520FF; }

 span { border-color: rgb(53,32,255); }

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