#261341

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

Shades of Violent Violet #261341

Tints of Violent Violet #261341

Color information

#261341 (or 0x261341) is unknown color: approx Violent Violet. HEX triplet: 26, 13 and 41. RGB value is (38,19,65). Sum of RGB (Red+Green+Blue) = 38+19+65=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #261341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261341 is #D9ECBE. Grayscale: #1D1D1D. Windows color (decimal): -14281919 or 4264742. OLE color: 4264742.

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

Color convert

RGB381965-
CMYK0.420.7100.75
HSL264.78º54.76%16.47%-
HSV(B)264.78º70.77%25.49%-
XYZ1.991.265.14-
YUV29.92147.79133.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.15%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 65 (25.78% from 255) = 53.28%
R=31.15%
G=15.57%
B=53.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3819650.420.7100.75264.7854.7616.47
Hex2613412A4704B1093710
Octal46231015210701134116720
Binary10011010011100000110101010001110100101110000100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261341; }

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

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

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

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

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

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

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

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