#260C51

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

Shades of Violent Violet #260C51

Tints of Violent Violet #260C51

Color information

#260C51 (or 0x260C51) is unknown color: approx Violent Violet. HEX triplet: 26, 0C and 51. RGB value is (38,12,81). Sum of RGB (Red+Green+Blue) = 38+12+81=131 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.01% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #260C51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C51 is #D9F3AE. Grayscale: #1B1B1B. Windows color (decimal): -14283695 or 5311526. OLE color: 5311526.

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

Color convert

RGB381281-
CMYK0.530.8500.68
HSL262.61º74.19%18.24%-
HSV(B)262.61º85.19%31.76%-
XYZ2.421.277.9-
YUV27.64158.11135.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.01%
GREEN value IS 12 (5.08% from 255) = 9.16%
BLUE value IS 81 (32.03% from 255) = 61.83%
R=29.01%
G=9.16%
B=61.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3812810.530.8500.68262.6174.1918.24
Hex26C5135550441074a12
Octal461412165125010440711222
Binary10011011001010001110101101010101000100100000111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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