#250E4B

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

Shades of Violent Violet #250E4B

Tints of Violent Violet #250E4B

Color information

#250E4B (or 0x250E4B) is unknown color: approx Violent Violet. HEX triplet: 25, 0E and 4B. RGB value is (37,14,75). Sum of RGB (Red+Green+Blue) = 37+14+75=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #250E4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E4B is #DAF1B4. Grayscale: #1B1B1B. Windows color (decimal): -14348725 or 4918821. OLE color: 4918821.

HSL color Cylindrical-coordinate representation of color #250E4B: hue angle of 262.62º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250E4B is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB371475-
CMYK0.510.8100.71
HSL262.62º68.54%17.45%-
HSV(B)262.62º81.33%29.41%-
XYZ2.191.226.78-
YUV27.83154.62134.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.37%
GREEN value IS 14 (5.86% from 255) = 11.11%
BLUE value IS 75 (29.69% from 255) = 59.52%
R=29.37%
G=11.11%
B=59.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3714750.510.8100.71262.6268.5417.45
Hex25E4B33510471074511
Octal451611363121010740710521
Binary10010111101001011110011101000101000111100000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,14,75); }

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

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

 a { background-color: rgb(37,14,75); }

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

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

 span { border-color: rgb(37,14,75); }

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