#35254E

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

Shades of Violent Violet #35254E

Tints of Violent Violet #35254E

Color information

#35254E (or 0x35254E) is unknown color: approx Violent Violet. HEX triplet: 35, 25 and 4E. RGB value is (53,37,78). Sum of RGB (Red+Green+Blue) = 53+37+78=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #35254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35254E is #CADAB1. Grayscale: #2E2E2E. Windows color (decimal): -13294258 or 5121333. OLE color: 5121333.

HSL color Cylindrical-coordinate representation of color #35254E: hue angle of 263.41º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35254E is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB533778-
CMYK0.320.5300.69
HSL263.41º35.65%22.55%-
HSV(B)263.41º52.56%30.59%-
XYZ3.52.637.53-
YUV46.46145.8132.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 78 (30.86% from 255) = 46.43%
R=31.55%
G=22.02%
B=46.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5337780.320.5300.69263.4135.6522.55
Hex35254E20350451072417
Octal6545116406501054074427
Binary11010110010110011101000001101010100010110000011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35254E; }

 p { color: rgb(53,37,78); }

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

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

 a { background-color: rgb(53,37,78); }

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

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

 span { border-color: rgb(53,37,78); }

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