#260255

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

Shades of Violent Violet #260255

Tints of Violent Violet #260255

Color information

#260255 (or 0x260255) is unknown color: approx Violent Violet. HEX triplet: 26, 02 and 55. RGB value is (38,2,85). Sum of RGB (Red+Green+Blue) = 38+2+85=125 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #260255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260255 is #D9FDAA. Grayscale: #151515. Windows color (decimal): -14286251 or 5571110. OLE color: 5571110.

HSL color Cylindrical-coordinate representation of color #260255: hue angle of 266.02º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260255 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB38285-
CMYK0.550.9800.67
HSL266.02º95.4%17.06%-
HSV(B)266.02º97.65%33.33%-
XYZ2.461.118.68-
YUV22.23163.43139.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.4%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 85 (33.59% from 255) = 68%
R=30.4%
G=1.6%
B=68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal382850.550.9800.67266.0295.417.06
Hex26255376204310a5f11
Octal46212567142010341213721
Binary100110101010101110111110001001000011100001010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260255; }

 p { color: rgb(38,2,85); }

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

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

 a { background-color: rgb(38,2,85); }

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

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

 span { border-color: rgb(38,2,85); }

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