#1C0250

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

Shades of Violent Violet #1C0250

Tints of Violent Violet #1C0250

Color information

#1C0250 (or 0x1C0250) is unknown color: approx Violent Violet. HEX triplet: 1C, 02 and 50. RGB value is (28,2,80). Sum of RGB (Red+Green+Blue) = 28+2+80=110 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.45% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 80 (31.64% from 255 or 72.73% from 110); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C0250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0250 is #E3FDAF. Grayscale: #121212. Windows color (decimal): -14941616 or 5243420. OLE color: 5243420.

HSL color Cylindrical-coordinate representation of color #1C0250: hue angle of 260º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C0250 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB28280-
CMYK0.650.9800.69
HSL260º95.12%16.08%-
HSV(B)260º97.5%31.37%-
XYZ1.950.877.65-
YUV18.67162.61134.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.45%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 80 (31.64% from 255) = 72.73%
R=25.45%
G=1.82%
B=72.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal282800.650.9800.6926095.1216.08
Hex1C25041620451045f10
Octal342120101142010540413720
Binary111001010100001000001110001001000101100000100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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