#35244B

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

Shades of Violent Violet #35244B

Tints of Violent Violet #35244B

Color information

#35244B (or 0x35244B) is unknown color: approx Violent Violet. HEX triplet: 35, 24 and 4B. RGB value is (53,36,75). Sum of RGB (Red+Green+Blue) = 53+36+75=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #35244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35244B is #CADBB4. Grayscale: #2D2D2D. Windows color (decimal): -13294517 or 4924469. OLE color: 4924469.

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

Color convert

RGB533675-
CMYK0.290.5200.71
HSL266.15º35.14%21.76%-
HSV(B)266.15º52%29.41%-
XYZ3.372.536.97-
YUV45.53144.63133.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=32.32%
G=21.95%
B=45.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5336750.290.5200.71266.1535.1421.76
Hex35244B1D3404710a2316
Octal6544113356401074124326
Binary1101011001001001011111011101000100011110000101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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