#3317e0

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

Shades of Han Purple #3317E0

Tints of Han Purple #3317E0

Color information

#3317E0 (or 0x3317E0) is unknown color: approx Han Purple. HEX triplet: 33, 17 and E0. RGB value is (51,23,224). Sum of RGB (Red+Green+Blue) = 51+23+224=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 224 (87.89% from 255 or 75.17% from 298); Max value from RGB is 224 - color contains mainly: blue. Hex color #3317E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3317E0 is #CCE81F. Grayscale: #353535. Windows color (decimal): -13428768 or 14686003. OLE color: 14686003.

HSL color Cylindrical-coordinate representation of color #3317E0: hue angle of 248.36º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3317E0 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5123224-
CMYK0.770.9000.12
HSL248.36º81.38%48.43%-
HSV(B)248.36º89.73%87.84%-
XYZ15.136.771.02-
YUV54.29223.78125.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 23 (9.38% from 255) = 7.72%
BLUE value IS 224 (87.89% from 255) = 75.17%
R=17.11%
G=7.72%
B=75.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal51232240.770.9000.12248.3681.3848.43
Hex3317E04D5A0Cf85130
Octal632734011513201437012160
Binary11001110111111000001001101101101001100111110001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3317e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3317e0; }

 p { color: rgb(51,23,224); }

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

<style>
 a { background-color: #3317e0; }

 a { background-color: rgb(51,23,224); }

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

<style>
 span { border-color: #3317e0; }

 span { border-color: rgb(51,23,224); }

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