#260C59

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

Shades of Violent Violet #260C59

Tints of Violent Violet #260C59

Color information

#260C59 (or 0x260C59) is unknown color: approx Violent Violet. HEX triplet: 26, 0C and 59. RGB value is (38,12,89). Sum of RGB (Red+Green+Blue) = 38+12+89=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #260C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C59 is #D9F3A6. Grayscale: #1C1C1C. Windows color (decimal): -14283687 or 5835814. OLE color: 5835814.

HSL color Cylindrical-coordinate representation of color #260C59: hue angle of 260.26º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260C59 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB381289-
CMYK0.570.8700.65
HSL260.26º76.24%19.8%-
HSV(B)260.26º86.52%34.9%-
XYZ2.731.49.58-
YUV28.55162.11134.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.34%
GREEN value IS 12 (5.08% from 255) = 8.63%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=27.34%
G=8.63%
B=64.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3812890.570.8700.65260.2676.2419.8
Hex26C5939570411044c14
Octal461413171127010140411424
Binary10011011001011001111001101011101000001100000100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,12,89); }

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

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

 a { background-color: rgb(38,12,89); }

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

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

 span { border-color: rgb(38,12,89); }

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