#35214B

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

Shades of Violent Violet #35214B

Tints of Violent Violet #35214B

Color information

#35214B (or 0x35214B) is unknown color: approx Violent Violet. HEX triplet: 35, 21 and 4B. RGB value is (53,33,75). Sum of RGB (Red+Green+Blue) = 53+33+75=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #35214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35214B is #CADEB4. Grayscale: #2B2B2B. Windows color (decimal): -13295285 or 4923701. OLE color: 4923701.

HSL color Cylindrical-coordinate representation of color #35214B: hue angle of 268.57º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35214B is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB533375-
CMYK0.290.5600.71
HSL268.57º38.89%21.18%-
HSV(B)268.57º56%29.41%-
XYZ3.282.356.94-
YUV43.77145.63134.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 75 (29.69% from 255) = 46.58%
R=32.92%
G=20.50%
B=46.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5333750.290.5600.71268.5738.8921.18
Hex35214B1D3804710d2715
Octal6541113357001074154725
Binary1101011000011001011111011110000100011110000110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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