#261741

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

Shades of Violent Violet #261741

Tints of Violent Violet #261741

Color information

#261741 (or 0x261741) is unknown color: approx Violent Violet. HEX triplet: 26, 17 and 41. RGB value is (38,23,65). Sum of RGB (Red+Green+Blue) = 38+23+65=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #261741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261741 is #D9E8BE. Grayscale: #202020. Windows color (decimal): -14280895 or 4265766. OLE color: 4265766.

HSL color Cylindrical-coordinate representation of color #261741: hue angle of 261.43º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #261741 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB382365-
CMYK0.420.6500.75
HSL261.43º47.73%17.25%-
HSV(B)261.43º64.62%25.49%-
XYZ2.061.415.16-
YUV32.27146.47132.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.16%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=30.16%
G=18.25%
B=51.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3823650.420.6500.75261.4347.7317.25
Hex2617412A4104B1053011
Octal46271015210101134056021
Binary10011010111100000110101010000010100101110000010111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261741; }

 p { color: rgb(38,23,65); }

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

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

 a { background-color: rgb(38,23,65); }

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

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

 span { border-color: rgb(38,23,65); }

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