#1C0248

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

Shades of Violent Violet #1C0248

Tints of Violent Violet #1C0248

Color information

#1C0248 (or 0x1C0248) is unknown color: approx Violent Violet. HEX triplet: 1C, 02 and 48. RGB value is (28,2,72). Sum of RGB (Red+Green+Blue) = 28+2+72=102 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.45% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 72 (28.52% from 255 or 70.59% from 102); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C0248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0248 is #E3FDB7. Grayscale: #111111. Windows color (decimal): -14941624 or 4719132. OLE color: 4719132.

HSL color Cylindrical-coordinate representation of color #1C0248: hue angle of 262.29º 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 #1C0248 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB28272-
CMYK0.610.9700.72
HSL262.29º94.59%14.51%-
HSV(B)262.29º97.22%28.24%-
XYZ1.670.766.19-
YUV17.75158.61135.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 27.45%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 72 (28.52% from 255) = 70.59%
R=27.45%
G=1.96%
B=70.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal282720.610.9700.72262.2994.5914.51
Hex1C2483D610481065ff
Octal34211075141011040613717
Binary1110010100100011110111000010100100010000011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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