#250C59

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

Shades of Violent Violet #250C59

Tints of Violent Violet #250C59

Color information

#250C59 (or 0x250C59) is unknown color: approx Violent Violet. HEX triplet: 25, 0C and 59. RGB value is (37,12,89). Sum of RGB (Red+Green+Blue) = 37+12+89=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #250C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C59 is #DAF3A6. Grayscale: #1B1B1B. Windows color (decimal): -14349223 or 5835813. OLE color: 5835813.

HSL color Cylindrical-coordinate representation of color #250C59: hue angle of 259.48º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #250C59 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB371289-
CMYK0.580.8700.65
HSL259.48º76.24%19.8%-
HSV(B)259.48º86.52%34.9%-
XYZ2.71.389.57-
YUV28.25162.28134.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 89 (35.16% from 255) = 64.49%
R=26.81%
G=8.70%
B=64.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3712890.580.8700.65259.4876.2419.8
Hex25C593A570411034c14
Octal451413172127010140311424
Binary10010111001011001111010101011101000001100000011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250C59; }

 p { color: rgb(37,12,89); }

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

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

 a { background-color: rgb(37,12,89); }

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

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

 span { border-color: rgb(37,12,89); }

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