#251253

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

Shades of Violent Violet #251253

Tints of Violent Violet #251253

Color information

#251253 (or 0x251253) is unknown color: approx Violent Violet. HEX triplet: 25, 12 and 53. RGB value is (37,18,83). Sum of RGB (Red+Green+Blue) = 37+18+83=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #251253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251253 is #DAEDAC. Grayscale: #1E1E1E. Windows color (decimal): -14347693 or 5444133. OLE color: 5444133.

HSL color Cylindrical-coordinate representation of color #251253: hue angle of 257.54º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251253 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB371883-
CMYK0.550.7800.67
HSL257.54º64.36%19.8%-
HSV(B)257.54º78.31%32.55%-
XYZ2.541.458.33-
YUV31.09157.29132.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 83 (32.81% from 255) = 60.14%
R=26.81%
G=13.04%
B=60.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3718830.550.7800.67257.5464.3619.8
Hex251253374E0431024014
Octal452212367116010340210024
Binary100101100101010011110111100111001000011100000010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251253; }

 p { color: rgb(37,18,83); }

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

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

 a { background-color: rgb(37,18,83); }

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

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

 span { border-color: rgb(37,18,83); }

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