#260D56

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

Shades of Violent Violet #260D56

Tints of Violent Violet #260D56

Color information

#260D56 (or 0x260D56) is unknown color: approx Violent Violet. HEX triplet: 26, 0D and 56. RGB value is (38,13,86). Sum of RGB (Red+Green+Blue) = 38+13+86=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #260D56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D56 is #D9F2A9. Grayscale: #1C1C1C. Windows color (decimal): -14283434 or 5639462. OLE color: 5639462.

HSL color Cylindrical-coordinate representation of color #260D56: hue angle of 260.55º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #260D56 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB381386-
CMYK0.560.8500.66
HSL260.55º73.74%19.41%-
HSV(B)260.55º84.88%33.73%-
XYZ2.621.378.93-
YUV28.8160.28134.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 13 (5.47% from 255) = 9.49%
BLUE value IS 86 (33.98% from 255) = 62.77%
R=27.74%
G=9.49%
B=62.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3813860.560.8500.66260.5573.7419.41
Hex26D5638550421054a13
Octal461512670125010240511223
Binary10011011011010110111000101010101000010100000101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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