#3311DB

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

Shades of Han Purple #3311DB

Tints of Han Purple #3311DB

Color information

#3311DB (or 0x3311DB) is unknown color: approx Han Purple. HEX triplet: 33, 11 and DB. RGB value is (51,17,219). Sum of RGB (Red+Green+Blue) = 51+17+219=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #3311DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3311DB is #CCEE24. Grayscale: #313131. Windows color (decimal): -13430309 or 14356787. OLE color: 14356787.

HSL color Cylindrical-coordinate representation of color #3311DB: hue angle of 250.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3311DB is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5117219-
CMYK0.770.9200.14
HSL250.1º85.59%46.27%-
HSV(B)250.1º92.24%85.88%-
XYZ14.356.2267.46-
YUV50.19223.26128.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 17 (7.03% from 255) = 5.92%
BLUE value IS 219 (85.94% from 255) = 76.31%
R=17.77%
G=5.92%
B=76.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51172190.770.9200.14250.185.5946.27
Hex3311DB4D5C0Efa562e
Octal632133311513401637212656
Binary11001110001110110111001101101110001110111110101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3311DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3311DB; }

 p { color: rgb(51,17,219); }

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

<style>
 a { background-color: #3311DB; }

 a { background-color: rgb(51,17,219); }

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

<style>
 span { border-color: #3311DB; }

 span { border-color: rgb(51,17,219); }

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