#12023D

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

Shades of Violent Violet #12023D

Tints of Violent Violet #12023D

Color information

#12023D (or 0x12023D) is unknown color: approx Violent Violet. HEX triplet: 12, 02 and 3D. RGB value is (18,2,61). Sum of RGB (Red+Green+Blue) = 18+2+61=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 61 (24.22% from 255 or 75.31% from 81); Max value from RGB is 61 - color contains mainly: blue. Hex color #12023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12023D is #EDFDC2. Grayscale: #0D0D0D. Windows color (decimal): -15596995 or 3998226. OLE color: 3998226.

HSL color Cylindrical-coordinate representation of color #12023D: hue angle of 256.27º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12023D is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB18261-
CMYK0.700.9700.76
HSL256.27º93.65%12.35%-
HSV(B)256.27º96.72%23.92%-
XYZ1.110.514.45-
YUV13.51154.8131.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 61 (24.22% from 255) = 75.31%
R=22.22%
G=2.47%
B=75.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal182610.700.9700.76256.2793.6512.35
Hex1223D466104C1005ec
Octal22275106141011440013614
Binary1001010111101100011011000010100110010000000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12023D; }

 p { color: rgb(18,2,61); }

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

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

 a { background-color: rgb(18,2,61); }

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

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

 span { border-color: rgb(18,2,61); }

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