#36264D

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

Shades of Violent Violet #36264D

Tints of Violent Violet #36264D

Color information

#36264D (or 0x36264D) is unknown color: approx Violent Violet. HEX triplet: 36, 26 and 4D. RGB value is (54,38,77). Sum of RGB (Red+Green+Blue) = 54+38+77=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #36264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36264D is #C9D9B2. Grayscale: #2F2F2F. Windows color (decimal): -13228467 or 5056054. OLE color: 5056054.

HSL color Cylindrical-coordinate representation of color #36264D: hue angle of 264.62º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36264D is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB543877-
CMYK0.300.5100.70
HSL264.62º33.91%22.55%-
HSV(B)264.62º50.65%30.2%-
XYZ3.552.717.36-
YUV47.23144.8132.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=31.95%
G=22.49%
B=45.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5438770.300.5100.70264.6233.9122.55
Hex36264D1E330461092217
Octal6646115366301064114227
Binary1101101001101001101111101100110100011010000100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36264D; }

 p { color: rgb(54,38,77); }

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

<style>
 a { background-color: #36264D; }

 a { background-color: rgb(54,38,77); }

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

<style>
 span { border-color: #36264D; }

 span { border-color: rgb(54,38,77); }

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