#100241

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

Shades of Violent Violet #100241

Tints of Violent Violet #100241

Color information

#100241 (or 0x100241) is unknown color: approx Violent Violet. HEX triplet: 10, 02 and 41. RGB value is (16,2,65). Sum of RGB (Red+Green+Blue) = 16+2+65=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 65 (25.78% from 255 or 78.31% from 83); Max value from RGB is 65 - color contains mainly: blue. Hex color #100241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100241 is #EFFDBE. Grayscale: #0D0D0D. Windows color (decimal): -15728063 or 4260368. OLE color: 4260368.

HSL color Cylindrical-coordinate representation of color #100241: hue angle of 253.33º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100241 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB16265-
CMYK0.750.9700.75
HSL253.33º94.03%13.14%-
HSV(B)253.33º96.92%25.49%-
XYZ1.190.545.04-
YUV13.37157.14129.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.28%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 65 (25.78% from 255) = 78.31%
R=19.28%
G=2.41%
B=78.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal162650.750.9700.75253.3394.0313.14
Hex102414B6104Bfd5ed
Octal202101113141011337513615
Binary1000010100000110010111100001010010111111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100241; }

 p { color: rgb(16,2,65); }

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

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

 a { background-color: rgb(16,2,65); }

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

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

 span { border-color: rgb(16,2,65); }

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