#1C014B

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

Shades of Violent Violet #1C014B

Tints of Violent Violet #1C014B

Color information

#1C014B (or 0x1C014B) is unknown color: approx Violent Violet. HEX triplet: 1C, 01 and 4B. RGB value is (28,1,75). Sum of RGB (Red+Green+Blue) = 28+1+75=104 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.92% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #1C014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C014B is #E3FEB4. Grayscale: #111111. Windows color (decimal): -14941877 or 4915484. OLE color: 4915484.

HSL color Cylindrical-coordinate representation of color #1C014B: hue angle of 261.89º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C014B is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB28175-
CMYK0.630.9900.71
HSL261.89º97.37%14.9%-
HSV(B)261.89º98.67%29.41%-
XYZ1.760.786.71-
YUV17.51160.45135.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 26.92%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 75 (29.69% from 255) = 72.12%
R=26.92%
G=0.96%
B=72.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal281750.630.9900.71261.8997.3714.9
Hex1C14B3F6304710661f
Octal34111377143010740614117
Binary111001100101111111111000110100011110000011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,1,75); }

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

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

 a { background-color: rgb(28,1,75); }

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

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

 span { border-color: rgb(28,1,75); }

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