#26124E

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

Shades of Violent Violet #26124E

Tints of Violent Violet #26124E

Color information

#26124E (or 0x26124E) is unknown color: approx Violent Violet. HEX triplet: 26, 12 and 4E. RGB value is (38,18,78). Sum of RGB (Red+Green+Blue) = 38+18+78=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #26124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26124E is #D9EDB1. Grayscale: #1E1E1E. Windows color (decimal): -14282162 or 5116454. OLE color: 5116454.

HSL color Cylindrical-coordinate representation of color #26124E: hue angle of 260º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26124E is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB381878-
CMYK0.510.7700.69
HSL260º62.5%18.82%-
HSV(B)260º76.92%30.59%-
XYZ2.391.397.35-
YUV30.82154.63133.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.36%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 78 (30.86% from 255) = 58.21%
R=28.36%
G=13.43%
B=58.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3818780.510.7700.6926062.518.82
Hex26124E334D0451043e13
Octal46221166311501054047623
Binary10011010010100111011001110011010100010110000010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26124E; }

 p { color: rgb(38,18,78); }

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

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

 a { background-color: rgb(38,18,78); }

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

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

 span { border-color: rgb(38,18,78); }

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