#1D0353

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

Shades of Violent Violet #1D0353

Tints of Violent Violet #1D0353

Color information

#1D0353 (or 0x1D0353) is unknown color: approx Violent Violet. HEX triplet: 1D, 03 and 53. RGB value is (29,3,83). Sum of RGB (Red+Green+Blue) = 29+3+83=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D0353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0353 is #E2FCAC. Grayscale: #131313. Windows color (decimal): -14875821 or 5440285. OLE color: 5440285.

HSL color Cylindrical-coordinate representation of color #1D0353: hue angle of 259.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D0353 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB29383-
CMYK0.650.9600.67
HSL259.5º93.02%16.86%-
HSV(B)259.5º96.39%32.55%-
XYZ2.10.958.26-
YUV19.89163.61134.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.22%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 83 (32.81% from 255) = 72.17%
R=25.22%
G=2.61%
B=72.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal293830.650.9600.67259.593.0216.86
Hex1D35341600431045d11
Octal353123101140010340413521
Binary111011110100111000001110000001000011100000100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D0353; }

 p { color: rgb(29,3,83); }

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

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

 a { background-color: rgb(29,3,83); }

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

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

 span { border-color: rgb(29,3,83); }

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