#312ced

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

Shades of Han Purple #312CED

Tints of Han Purple #312CED

Color information

#312CED (or 0x312CED) is unknown color: approx Han Purple. HEX triplet: 31, 2C and ED. RGB value is (49,44,237). Sum of RGB (Red+Green+Blue) = 49+44+237=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #312CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312CED is #CED312. Grayscale: #424242. Windows color (decimal): -13554451 or 15543345. OLE color: 15543345.

HSL color Cylindrical-coordinate representation of color #312CED: hue angle of 241.55º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #312CED is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4944237-
CMYK0.790.8100.07
HSL241.55º84.28%55.1%-
HSV(B)241.55º81.43%92.94%-
XYZ17.458.5780.85-
YUV67.5223.66114.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.85%
GREEN value IS 44 (17.58% from 255) = 13.33%
BLUE value IS 237 (92.97% from 255) = 71.82%
R=14.85%
G=13.33%
B=71.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal49442370.790.8100.07241.5584.2855.1
Hex312CED4F5107f25437
Octal61543551171210736212467
Binary11000110110011101101100111110100010111111100101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312ced

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312ced; }

 p { color: rgb(49,44,237); }

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

<style>
 a { background-color: #312ced; }

 a { background-color: rgb(49,44,237); }

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

<style>
 span { border-color: #312ced; }

 span { border-color: rgb(49,44,237); }

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