#35274D

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

Shades of Violent Violet #35274D

Tints of Violent Violet #35274D

Color information

#35274D (or 0x35274D) is unknown color: approx Violent Violet. HEX triplet: 35, 27 and 4D. RGB value is (53,39,77). Sum of RGB (Red+Green+Blue) = 53+39+77=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #35274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35274D is #CAD8B2. Grayscale: #2F2F2F. Windows color (decimal): -13293747 or 5056309. OLE color: 5056309.

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

Color convert

RGB533977-
CMYK0.310.4900.70
HSL262.11º32.76%22.75%-
HSV(B)262.11º49.35%30.2%-
XYZ3.532.747.36-
YUV47.52144.64131.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=31.36%
G=23.08%
B=45.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5339770.310.4900.70262.1132.7622.75
Hex35274D1F310461062117
Octal6547115376101064064127
Binary1101011001111001101111111100010100011010000011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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