#351E4B

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

Shades of Violent Violet #351E4B

Tints of Violent Violet #351E4B

Color information

#351E4B (or 0x351E4B) is unknown color: approx Violent Violet. HEX triplet: 35, 1E and 4B. RGB value is (53,30,75). Sum of RGB (Red+Green+Blue) = 53+30+75=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #351E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E4B is #CAE1B4. Grayscale: #292929. Windows color (decimal): -13296053 or 4922933. OLE color: 4922933.

HSL color Cylindrical-coordinate representation of color #351E4B: hue angle of 270.67º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351E4B is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB533075-
CMYK0.290.6000.71
HSL270.67º42.86%20.59%-
HSV(B)270.67º60%29.41%-
XYZ3.22.196.91-
YUV42.01146.62135.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=33.54%
G=18.99%
B=47.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5330750.290.6000.71270.6742.8620.59
Hex351E4B1D3C04710f2b15
Octal6536113357401074175325
Binary110101111101001011111011111000100011110000111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351E4B; }

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

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

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

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

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

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

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

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