#331eef

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

Shades of Han Purple #331EEF

Tints of Han Purple #331EEF

Color information

#331EEF (or 0x331EEF) is unknown color: approx Han Purple. HEX triplet: 33, 1E and EF. RGB value is (51,30,239). Sum of RGB (Red+Green+Blue) = 51+30+239=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 239 (93.75% from 255 or 74.69% from 320); Max value from RGB is 239 - color contains mainly: blue. Hex color #331EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331EEF is #CCE110. Grayscale: #3B3B3B. Windows color (decimal): -13426961 or 15670835. OLE color: 15670835.

HSL color Cylindrical-coordinate representation of color #331EEF: hue angle of 246.03º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331EEF is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5130239-
CMYK0.790.8700.06
HSL246.03º86.72%52.75%-
HSV(B)246.03º87.45%93.73%-
XYZ17.417.8682.26-
YUV60.1228.96121.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 30 (12.11% from 255) = 9.38%
BLUE value IS 239 (93.75% from 255) = 74.69%
R=15.94%
G=9.38%
B=74.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal51302390.790.8700.06246.0386.7252.75
Hex331EEF4F5706f65735
Octal63363571171270636612765
Binary1100111111011101111100111110101110110111101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331eef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331eef; }

 p { color: rgb(51,30,239); }

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

<style>
 a { background-color: #331eef; }

 a { background-color: rgb(51,30,239); }

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

<style>
 span { border-color: #331eef; }

 span { border-color: rgb(51,30,239); }

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