#1C094C

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

Shades of Violent Violet #1C094C

Tints of Violent Violet #1C094C

Color information

#1C094C (or 0x1C094C) is unknown color: approx Violent Violet. HEX triplet: 1C, 09 and 4C. RGB value is (28,9,76). Sum of RGB (Red+Green+Blue) = 28+9+76=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #1C094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C094C is #E3F6B3. Grayscale: #161616. Windows color (decimal): -14939828 or 4983068. OLE color: 4983068.

HSL color Cylindrical-coordinate representation of color #1C094C: hue angle of 257.01º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C094C is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB28976-
CMYK0.630.8800.70
HSL257.01º78.82%16.67%-
HSV(B)257.01º88.16%29.8%-
XYZ1.880.966.92-
YUV22.32158.29132.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.78%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 76 (30.08% from 255) = 67.26%
R=24.78%
G=7.96%
B=67.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal289760.630.8800.70257.0178.8216.67
Hex1C94C3F580461014f11
Octal341111477130010640111721
Binary1110010011001100111111101100001000110100000001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,9,76); }

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

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

 a { background-color: rgb(28,9,76); }

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

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

 span { border-color: rgb(28,9,76); }

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