#260D51

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

Shades of Violent Violet #260D51

Tints of Violent Violet #260D51

Color information

#260D51 (or 0x260D51) is unknown color: approx Violent Violet. HEX triplet: 26, 0D and 51. RGB value is (38,13,81). Sum of RGB (Red+Green+Blue) = 38+13+81=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #260D51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D51 is #D9F2AE. Grayscale: #1B1B1B. Windows color (decimal): -14283439 or 5311782. OLE color: 5311782.

HSL color Cylindrical-coordinate representation of color #260D51: hue angle of 262.06º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #260D51 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB381381-
CMYK0.530.8400.68
HSL262.06º72.34%18.43%-
HSV(B)262.06º83.95%31.76%-
XYZ2.431.297.91-
YUV28.23157.78134.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.79%
GREEN value IS 13 (5.47% from 255) = 9.85%
BLUE value IS 81 (32.03% from 255) = 61.36%
R=28.79%
G=9.85%
B=61.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3813810.530.8400.68262.0672.3418.43
Hex26D5135540441064812
Octal461512165124010440611022
Binary10011011011010001110101101010001000100100000110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260D51; }

 p { color: rgb(38,13,81); }

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

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

 a { background-color: rgb(38,13,81); }

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

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

 span { border-color: rgb(38,13,81); }

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