#311CEB

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

Shades of Han Purple #311CEB

Tints of Han Purple #311CEB

Color information

#311CEB (or 0x311CEB) is unknown color: approx Han Purple. HEX triplet: 31, 1C and EB. RGB value is (49,28,235). Sum of RGB (Red+Green+Blue) = 49+28+235=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #311CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311CEB is #CEE314. Grayscale: #393939. Windows color (decimal): -13558549 or 15408177. OLE color: 15408177.

HSL color Cylindrical-coordinate representation of color #311CEB: hue angle of 246.09º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311CEB is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4928235-
CMYK0.790.8800.08
HSL246.09º83.81%51.57%-
HSV(B)246.09º88.09%92.16%-
XYZ16.687.4879.16-
YUV57.88227.96121.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 28 (11.33% from 255) = 8.97%
BLUE value IS 235 (92.19% from 255) = 75.32%
R=15.71%
G=8.97%
B=75.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49282350.790.8800.08246.0983.8151.57
Hex311CEB4F5808f65434
Octal613435311713001036612464
Binary11000111100111010111001111101100001000111101101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311CEB; }

 p { color: rgb(49,28,235); }

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

<style>
 a { background-color: #311CEB; }

 a { background-color: rgb(49,28,235); }

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

<style>
 span { border-color: #311CEB; }

 span { border-color: rgb(49,28,235); }

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