#260C4C

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

Shades of Violent Violet #260C4C

Tints of Violent Violet #260C4C

Color information

#260C4C (or 0x260C4C) is unknown color: approx Violent Violet. HEX triplet: 26, 0C and 4C. RGB value is (38,12,76). Sum of RGB (Red+Green+Blue) = 38+12+76=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #260C4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260C4C is #D9F3B3. Grayscale: #1A1A1A. Windows color (decimal): -14283700 or 4983846. OLE color: 4983846.

HSL color Cylindrical-coordinate representation of color #260C4C: hue angle of 264.38º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #260C4C is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB381276-
CMYK0.50.8400.70
HSL264.38º72.73%17.25%-
HSV(B)264.38º84.21%29.8%-
XYZ2.241.26.95-
YUV27.07155.61135.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.16%
GREEN value IS 12 (5.08% from 255) = 9.52%
BLUE value IS 76 (30.08% from 255) = 60.32%
R=30.16%
G=9.52%
B=60.32%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3812760.50.8400.70264.3872.7317.25
Hex26C4C32540461084911
Octal461411462124010641011121
Binary10011011001001100110010101010001000110100001000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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