#35214D

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

Shades of Violent Violet #35214D

Tints of Violent Violet #35214D

Color information

#35214D (or 0x35214D) is unknown color: approx Violent Violet. HEX triplet: 35, 21 and 4D. RGB value is (53,33,77). Sum of RGB (Red+Green+Blue) = 53+33+77=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #35214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35214D is #CADEB2. Grayscale: #2B2B2B. Windows color (decimal): -13295283 or 5054773. OLE color: 5054773.

HSL color Cylindrical-coordinate representation of color #35214D: hue angle of 267.27º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35214D is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB533377-
CMYK0.310.5700.70
HSL267.27º40%21.57%-
HSV(B)267.27º57.14%30.2%-
XYZ3.352.387.3-
YUV44146.63134.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 77 (30.47% from 255) = 47.24%
R=32.52%
G=20.25%
B=47.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5333770.310.5700.70267.274021.57
Hex35214D1F3904610b2816
Octal6541115377101064135026
Binary1101011000011001101111111110010100011010000101110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,33,77); }

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

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

 a { background-color: rgb(53,33,77); }

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

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

 span { border-color: rgb(53,33,77); }

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