#1D0248

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

Shades of Violent Violet #1D0248

Tints of Violent Violet #1D0248

Color information

#1D0248 (or 0x1D0248) is unknown color: approx Violent Violet. HEX triplet: 1D, 02 and 48. RGB value is (29,2,72). Sum of RGB (Red+Green+Blue) = 29+2+72=103 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.16% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 72 (28.52% from 255 or 69.90% from 103); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D0248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0248 is #E2FDB7. Grayscale: #111111. Windows color (decimal): -14876088 or 4719133. OLE color: 4719133.

HSL color Cylindrical-coordinate representation of color #1D0248: hue angle of 263.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0248 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB29272-
CMYK0.600.9700.72
HSL263.14º94.59%14.51%-
HSV(B)263.14º97.22%28.24%-
XYZ1.70.776.19-
YUV18.05158.45135.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 28.16%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 72 (28.52% from 255) = 69.90%
R=28.16%
G=1.94%
B=69.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal292720.600.9700.72263.1494.5914.51
Hex1D2483C610481075ff
Octal35211074141011040713717
Binary1110110100100011110011000010100100010000011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,2,72); }

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

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

 a { background-color: rgb(29,2,72); }

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

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

 span { border-color: rgb(29,2,72); }

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