#261251

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

Shades of Violent Violet #261251

Tints of Violent Violet #261251

Color information

#261251 (or 0x261251) is unknown color: approx Violent Violet. HEX triplet: 26, 12 and 51. RGB value is (38,18,81). Sum of RGB (Red+Green+Blue) = 38+18+81=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #261251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261251 is #D9EDAE. Grayscale: #1E1E1E. Windows color (decimal): -14282159 or 5313062. OLE color: 5313062.

HSL color Cylindrical-coordinate representation of color #261251: hue angle of 259.05º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #261251 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB381881-
CMYK0.530.7800.68
HSL259.05º63.64%19.41%-
HSV(B)259.05º77.78%31.76%-
XYZ2.51.447.93-
YUV31.16156.13132.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 81 (32.03% from 255) = 59.12%
R=27.74%
G=13.14%
B=59.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3818810.530.7800.68259.0563.6419.41
Hex261251354E0441034013
Octal462212165116010440310023
Binary100110100101010001110101100111001000100100000011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261251; }

 p { color: rgb(38,18,81); }

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

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

 a { background-color: rgb(38,18,81); }

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

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

 span { border-color: rgb(38,18,81); }

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