#260E57

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

Shades of Violent Violet #260E57

Tints of Violent Violet #260E57

Color information

#260E57 (or 0x260E57) is unknown color: approx Violent Violet. HEX triplet: 26, 0E and 57. RGB value is (38,14,87). Sum of RGB (Red+Green+Blue) = 38+14+87=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #260E57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260E57 is #D9F1A8. Grayscale: #1D1D1D. Windows color (decimal): -14283177 or 5705254. OLE color: 5705254.

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

Color convert

RGB381487-
CMYK0.560.8400.66
HSL259.73º72.28%19.8%-
HSV(B)259.73º83.91%34.12%-
XYZ2.681.419.15-
YUV29.5160.45134.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.34%
GREEN value IS 14 (5.86% from 255) = 10.07%
BLUE value IS 87 (34.38% from 255) = 62.59%
R=27.34%
G=10.07%
B=62.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3814870.560.8400.66259.7372.2819.8
Hex26E5738540421044814
Octal461612770124010240411024
Binary10011011101010111111000101010001000010100000100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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