#362848

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

Shades of Violent Violet #362848

Tints of Violent Violet #362848

Color information

#362848 (or 0x362848) is unknown color: approx Violent Violet. HEX triplet: 36, 28 and 48. RGB value is (54,40,72). Sum of RGB (Red+Green+Blue) = 54+40+72=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #362848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362848 is #C9D7B7. Grayscale: #2F2F2F. Windows color (decimal): -13227960 or 4728886. OLE color: 4728886.

HSL color Cylindrical-coordinate representation of color #362848: hue angle of 266.25º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #362848 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB544072-
CMYK0.250.4400.72
HSL266.25º28.57%21.96%-
HSV(B)266.25º44.44%28.24%-
XYZ3.452.776.48-
YUV47.83141.64132.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=32.53%
G=24.10%
B=43.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5440720.250.4400.72266.2528.5721.96
Hex362848192C04810a1d16
Octal6650110315401104123526
Binary110110101000100100011001101100010010001000010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362848; }

 p { color: rgb(54,40,72); }

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

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

 a { background-color: rgb(54,40,72); }

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

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

 span { border-color: rgb(54,40,72); }

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