#260D49

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

Shades of Violent Violet #260D49

Tints of Violent Violet #260D49

Color information

#260D49 (or 0x260D49) is unknown color: approx Violent Violet. HEX triplet: 26, 0D and 49. RGB value is (38,13,73). Sum of RGB (Red+Green+Blue) = 38+13+73=124 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.65% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #260D49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D49 is #D9F2B6. Grayscale: #1B1B1B. Windows color (decimal): -14283447 or 4787494. OLE color: 4787494.

HSL color Cylindrical-coordinate representation of color #260D49: hue angle of 265º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #260D49 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB381373-
CMYK0.480.8200.71
HSL265º69.77%16.86%-
HSV(B)265º82.19%28.63%-
XYZ2.151.186.42-
YUV27.32153.78135.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.65%
GREEN value IS 13 (5.47% from 255) = 10.48%
BLUE value IS 73 (28.91% from 255) = 58.87%
R=30.65%
G=10.48%
B=58.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3813730.480.8200.7126569.7716.86
Hex26D4930520471094611
Octal461511160122010741110621
Binary10011011011001001110000101001001000111100001001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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