#2C1349

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

Shades of Violent Violet #2C1349

Tints of Violent Violet #2C1349

Color information

#2C1349 (or 0x2C1349) is unknown color: approx Violent Violet. HEX triplet: 2C, 13 and 49. RGB value is (44,19,73). Sum of RGB (Red+Green+Blue) = 44+19+73=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #2C1349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1349 is #D3ECB6. Grayscale: #202020. Windows color (decimal): -13888695 or 4789036. OLE color: 4789036.

HSL color Cylindrical-coordinate representation of color #2C1349: hue angle of 267.78º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C1349 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB441973-
CMYK0.400.7400.71
HSL267.78º58.7%18.04%-
HSV(B)267.78º73.97%28.63%-
XYZ2.471.486.46-
YUV32.63150.78136.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.35%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 73 (28.91% from 255) = 53.68%
R=32.35%
G=13.97%
B=53.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4419730.400.7400.71267.7858.718.04
Hex2C1349284A04710c3b12
Octal54231115011201074147322
Binary10110010011100100110100010010100100011110000110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,19,73); }

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

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

 a { background-color: rgb(44,19,73); }

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

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

 span { border-color: rgb(44,19,73); }

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