#2C2348

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

Shades of Violent Violet #2C2348

Tints of Violent Violet #2C2348

Color information

#2C2348 (or 0x2C2348) is unknown color: approx Violent Violet. HEX triplet: 2C, 23 and 48. RGB value is (44,35,72). Sum of RGB (Red+Green+Blue) = 44+35+72=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C2348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2348 is #D3DCB7. Grayscale: #292929. Windows color (decimal): -13884600 or 4727596. OLE color: 4727596.

HSL color Cylindrical-coordinate representation of color #2C2348: hue angle of 254.59º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C2348 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB443572-
CMYK0.390.5100.72
HSL254.59º34.58%20.98%-
HSV(B)254.59º51.39%28.24%-
XYZ2.812.216.41-
YUV41.91144.98129.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.14%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=29.14%
G=23.18%
B=47.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4435720.390.5100.72254.5934.5820.98
Hex2C23482733048ff2315
Octal5443110476301103774325
Binary1011001000111001000100111110011010010001111111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,35,72); }

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

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

 a { background-color: rgb(44,35,72); }

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

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

 span { border-color: rgb(44,35,72); }

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