#2C164E

Color #2C164E Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #2C164E

Tints of Violent Violet #2C164E

Color information

#2C164E (or 0x2C164E) is unknown color: approx Violent Violet. HEX triplet: 2C, 16 and 4E. RGB value is (44,22,78). Sum of RGB (Red+Green+Blue) = 44+22+78=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #2C164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C164E is #D3E9B1. Grayscale: #222222. Windows color (decimal): -13887922 or 5117484. OLE color: 5117484.

HSL color Cylindrical-coordinate representation of color #2C164E: hue angle of 263.57º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C164E is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB442278-
CMYK0.440.7200.69
HSL263.57º56%19.61%-
HSV(B)263.57º71.79%30.59%-
XYZ2.71.667.39-
YUV34.96152.29134.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.56%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 78 (30.86% from 255) = 54.17%
R=30.56%
G=15.28%
B=54.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4422780.440.7200.69263.575619.61
Hex2C164E2C480451083814
Octal54261165411001054107024
Binary10110010110100111010110010010000100010110000100011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C164E; }

 p { color: rgb(44,22,78); }

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

<style>
 a { background-color: #2C164E; }

 a { background-color: rgb(44,22,78); }

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

<style>
 span { border-color: #2C164E; }

 span { border-color: rgb(44,22,78); }

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