#260C49

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

Shades of Violent Violet #260C49

Tints of Violent Violet #260C49

Color information

#260C49 (or 0x260C49) is unknown color: approx Violent Violet. HEX triplet: 26, 0C and 49. RGB value is (38,12,73). Sum of RGB (Red+Green+Blue) = 38+12+73=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #260C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C49 is #D9F3B6. Grayscale: #1A1A1A. Windows color (decimal): -14283703 or 4787238. OLE color: 4787238.

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

Color convert

RGB381273-
CMYK0.480.8400.71
HSL265.57º71.76%16.67%-
HSV(B)265.57º83.56%28.63%-
XYZ2.131.166.41-
YUV26.73154.11136.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.89%
GREEN value IS 12 (5.08% from 255) = 9.76%
BLUE value IS 73 (28.91% from 255) = 59.35%
R=30.89%
G=9.76%
B=59.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3812730.480.8400.71265.5771.7616.67
Hex26C49305404710a4811
Octal461411160124010741211021
Binary10011011001001001110000101010001000111100001010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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