Html Css Color HEX #351950 Violent Violet

📋 copy color: '#351950'

red 53 ◦ green 25 ◦ blue 80

#351950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violent Violet #351950

Tints of Violent Violet #351950

RGB

 RED value IS 53 (21.09% from 255) = 33.54%

 GREEN value IS 25 (10.16% from 255) = 15.82%

 BLUE value IS 80 (31.64% from 255) = 50.63%

R = 33.54%
G = 15.82%
B = 50.63%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#351950 (or 0x351950) is known color: Violent Violet. HEX triplet: 35, 19 and 50. RGB value is (53,25,80). Sum of RGB (Red+Green+Blue) = 53+25+80=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #351950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351950 is #CAE6AF. Grayscale: #272727. Windows color (decimal): -13297328 or 5249333. OLE color: 5249333.

HSL color Cylindrical-coordinate representation of color #351950: hue angle of 270.55º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #351950 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 25 80 -
CMYK 0.34 0.69 0 0.69
HSL 270.55º 0.52% 0.21% -
HSV(B) 270.55º 0.69% 0.31% -
XYZ 3.26 2.03 7.81 -
YUV 39.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 53 25 80 0.34 0.69 0 0.69 270.55 0.52 0.21
Hex 35 19 50 22 45 0 45 10F 34 15
Octal 65 31 120 42 105 0 105 417 64 25
Binary 110101 11001 1010000 100010 1000101 0 1000101 100001111 110100 10101

Color Harmonies of #351950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351950

Black with #351950

Text Example


Text Example

White with #351950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351950; }

 p { color: rgb(53,25,80); }

 H1.HeaderClassName
 {
   color: #351950;
 }
 .AnyTagClassName
 {
   color: #351950;
 }
</style>

background-color css

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

 a { background-color: rgb(53,25,80); }

 div.DivClassName
 {
   background-color: #351950;
 }
 .BgClassName
 {
   background-color: #351950;
 }
</style>

border-color css

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

 span { border-color: rgb(53,25,80); }

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