#3705FE

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

Shades of Han Purple #3705FE

Tints of Han Purple #3705FE

Color information

#3705FE (or 0x3705FE) is unknown color: approx Han Purple. HEX triplet: 37, 05 and FE. RGB value is (55,5,254). Sum of RGB (Red+Green+Blue) = 55+5+254=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #3705FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3705FE is #C8FA01. Grayscale: #2F2F2F. Windows color (decimal): -13171202 or 16647479. OLE color: 16647479.

HSL color Cylindrical-coordinate representation of color #3705FE: hue angle of 252.05º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3705FE is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB555254-
CMYK0.780.9800.00
HSL252.05º99.2%50.78%-
HSV(B)252.05º98.03%99.61%-
XYZ19.528.0894.3-
YUV48.34244.06132.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 5 (2.34% from 255) = 1.59%
BLUE value IS 254 (99.61% from 255) = 80.89%
R=17.52%
G=1.59%
B=80.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal5552540.780.9800.00252.0599.250.78
Hex375FE4E6200fc6333
Octal6753761161420037414363
Binary110111101111111101001110110001000111111001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3705FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3705FE; }

 p { color: rgb(55,5,254); }

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

<style>
 a { background-color: #3705FE; }

 a { background-color: rgb(55,5,254); }

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

<style>
 span { border-color: #3705FE; }

 span { border-color: rgb(55,5,254); }

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