Html Css Color HEX #3501D7 Han Purple

📋 copy color: '#3501D7'

red 53 ◦ green 1 ◦ blue 215

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

Shades of Han Purple #3501D7

Tints of Han Purple #3501D7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 215 (84.38% from 255) = 79.93%

R = 19.7%
G = 0.37%
B = 79.93%

CMYK

 C value IS 0.75

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3501D7 (or 0x3501D7) is known color: Han Purple. HEX triplet: 35, 01 and D7. RGB value is (53,1,215). Sum of RGB (Red+Green+Blue) = 53+1+215=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 215 (84.38% from 255 or 79.93% from 269); Max value from RGB is 215 - color contains mainly: blue. Hex color #3501D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3501D7 is #CAFE28. Grayscale: #282828. Windows color (decimal): -13303337 or 14090549. OLE color: 14090549.

HSL color Cylindrical-coordinate representation of color #3501D7: hue angle of 254.58º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3501D7 is Cyan = 0.75, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 1 215 -
CMYK 0.75 1.00 0 0.16
HSL 254.58º 0.99% 0.42% -
HSV(B) 254.58º 1% 0.84% -
XYZ 13.74 5.68 64.66 -
YUV 40.94 226.23 136.6 -
System Red Green Blue C M Y K H S L
Decimal 53 1 215 0.75 1.00 0 0.16 254.58 0.99 0.42
Hex 35 1 D7 4B 64 0 10 FF 63 2A
Octal 65 1 327 113 144 0 20 377 143 52
Binary 110101 1 11010111 1001011 1100100 0 10000 11111111 1100011 101010

Color Harmonies of #3501D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3501D7

Black with #3501D7

Text Example


Text Example

White with #3501D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3501D7; }

 p { color: rgb(53,1,215); }

 H1.HeaderClassName
 {
   color: #3501D7;
 }
 .AnyTagClassName
 {
   color: #3501D7;
 }
</style>

background-color css

<style>
 a { background-color: #3501D7; }

 a { background-color: rgb(53,1,215); }

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

border-color css

<style>
 span { border-color: #3501D7; }

 span { border-color: rgb(53,1,215); }

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