#1C0055

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

Shades of Violent Violet #1C0055

Tints of Violent Violet #1C0055

Color information

#1C0055 (or 0x1C0055) is unknown color: approx Violent Violet. HEX triplet: 1C, 00 and 55. RGB value is (28,0,85). Sum of RGB (Red+Green+Blue) = 28+0+85=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 85 (33.59% from 255 or 75.22% from 113); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C0055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0055 is #E3FFAA. Grayscale: #111111. Windows color (decimal): -14942123 or 5570588. OLE color: 5570588.

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

Color convert

RGB28085-
CMYK0.67100.67
HSL259.76º100%16.67%-
HSV(B)259.76º100%33.33%-
XYZ2.120.98.66-
YUV18.06165.78135.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 75.22%
R=24.78%
G=0%
B=75.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal280850.67100.67259.7610016.67
Hex1C05543640431046411
Octal340125103144010340414421
Binary11100010101011000011110010001000011100000100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,0,85); }

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

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

 a { background-color: rgb(28,0,85); }

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

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

 span { border-color: rgb(28,0,85); }

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