#26134B

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

Shades of Violent Violet #26134B

Tints of Violent Violet #26134B

Color information

#26134B (or 0x26134B) is unknown color: approx Violent Violet. HEX triplet: 26, 13 and 4B. RGB value is (38,19,75). Sum of RGB (Red+Green+Blue) = 38+19+75=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #26134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26134B is #D9ECB4. Grayscale: #1E1E1E. Windows color (decimal): -14281909 or 4920102. OLE color: 4920102.

HSL color Cylindrical-coordinate representation of color #26134B: hue angle of 260.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26134B is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB381975-
CMYK0.490.7500.71
HSL260.36º59.57%18.43%-
HSV(B)260.36º74.67%29.41%-
XYZ2.31.396.8-
YUV31.06152.79132.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.79%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 75 (29.69% from 255) = 56.82%
R=28.79%
G=14.39%
B=56.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3819750.490.7500.71260.3659.5718.43
Hex26134B314B0471043c12
Octal46231136111301074047422
Binary10011010011100101111000110010110100011110000010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26134B; }

 p { color: rgb(38,19,75); }

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

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

 a { background-color: rgb(38,19,75); }

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

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

 span { border-color: rgb(38,19,75); }

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