#251258

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

Shades of Violent Violet #251258

Tints of Violent Violet #251258

Color information

#251258 (or 0x251258) is unknown color: approx Violent Violet. HEX triplet: 25, 12 and 58. RGB value is (37,18,88). Sum of RGB (Red+Green+Blue) = 37+18+88=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #251258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251258 is #DAEDA7. Grayscale: #1F1F1F. Windows color (decimal): -14347688 or 5771813. OLE color: 5771813.

HSL color Cylindrical-coordinate representation of color #251258: hue angle of 256.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #251258 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB371888-
CMYK0.580.8000.65
HSL256.29º66.04%20.78%-
HSV(B)256.29º79.55%34.51%-
XYZ2.741.539.38-
YUV31.66159.79131.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.87%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 88 (34.77% from 255) = 61.54%
R=25.87%
G=12.59%
B=61.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3718880.580.8000.65256.2966.0420.78
Hex2512583A500411004215
Octal452213072120010140010225
Binary100101100101011000111010101000001000001100000000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251258; }

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

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

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

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

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

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

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

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