#260D57

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

Shades of Violent Violet #260D57

Tints of Violent Violet #260D57

Color information

#260D57 (or 0x260D57) is unknown color: approx Violent Violet. HEX triplet: 26, 0D and 57. RGB value is (38,13,87). Sum of RGB (Red+Green+Blue) = 38+13+87=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #260D57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D57 is #D9F2A8. Grayscale: #1C1C1C. Windows color (decimal): -14283433 or 5704998. OLE color: 5704998.

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

Color convert

RGB381387-
CMYK0.560.8500.66
HSL260.27º74%19.61%-
HSV(B)260.27º85.06%34.12%-
XYZ2.661.399.14-
YUV28.91160.78134.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.54%
GREEN value IS 13 (5.47% from 255) = 9.42%
BLUE value IS 87 (34.38% from 255) = 63.04%
R=27.54%
G=9.42%
B=63.04%

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
Decimal3813870.560.8500.66260.277419.61
Hex26D5738550421044a14
Octal461512770125010240411224
Binary10011011011010111111000101010101000010100000100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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