#3501DE

Color #3501DE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3501DE

Tints of Han Purple #3501DE

Color information

#3501DE (or 0x3501DE) is unknown color: approx Han Purple. HEX triplet: 35, 01 and DE. RGB value is (53,1,222). Sum of RGB (Red+Green+Blue) = 53+1+222=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 222 (87.11% from 255 or 80.43% from 276); Max value from RGB is 222 - color contains mainly: blue. Hex color #3501DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3501DE is #CAFE21. Grayscale: #282828. Windows color (decimal): -13303330 or 14549301. OLE color: 14549301.

HSL color Cylindrical-coordinate representation of color #3501DE: hue angle of 254.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3501DE is Cyan = 0.76, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB531222-
CMYK0.761.0000.13
HSL254.12º99.1%43.73%-
HSV(B)254.12º99.55%87.06%-
XYZ14.666.0569.5-
YUV41.74229.73136.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 222 (87.11% from 255) = 80.43%
R=19.20%
G=0.36%
B=80.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5312220.761.0000.13254.1299.143.73
Hex351DE4C640Dfe632c
Octal65133611414401537614354
Binary1101011110111101001100110010001101111111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3501DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3501DE;
 }
 .AnyTagClassName
 {
   color: #3501DE;
 }
</style>
background-color css

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

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

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

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

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

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