#3313D0

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

Shades of Han Purple #3313D0

Tints of Han Purple #3313D0

Color information

#3313D0 (or 0x3313D0) is unknown color: approx Han Purple. HEX triplet: 33, 13 and D0. RGB value is (51,19,208). Sum of RGB (Red+Green+Blue) = 51+19+208=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 208 (81.64% from 255 or 74.82% from 278); Max value from RGB is 208 - color contains mainly: blue. Hex color #3313D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313D0 is #CCEC2F. Grayscale: #313131. Windows color (decimal): -13429808 or 13636403. OLE color: 13636403.

HSL color Cylindrical-coordinate representation of color #3313D0: hue angle of 250.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3313D0 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5119208-
CMYK0.750.9100.18
HSL250.16º83.26%44.51%-
HSV(B)250.16º90.87%81.57%-
XYZ12.985.7260.09-
YUV50.11217.1128.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 19 (7.81% from 255) = 6.83%
BLUE value IS 208 (81.64% from 255) = 74.82%
R=18.35%
G=6.83%
B=74.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal51192080.750.9100.18250.1683.2644.51
Hex3313D04B5B012fa532d
Octal632332011313302237212355
Binary110011100111101000010010111011011010010111110101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3313D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3313D0; }

 p { color: rgb(51,19,208); }

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

<style>
 a { background-color: #3313D0; }

 a { background-color: rgb(51,19,208); }

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

<style>
 span { border-color: #3313D0; }

 span { border-color: rgb(51,19,208); }

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