#250C4D

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

Shades of Violent Violet #250C4D

Tints of Violent Violet #250C4D

Color information

#250C4D (or 0x250C4D) is unknown color: approx Violent Violet. HEX triplet: 25, 0C and 4D. RGB value is (37,12,77). Sum of RGB (Red+Green+Blue) = 37+12+77=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #250C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C4D is #DAF3B2. Grayscale: #1A1A1A. Windows color (decimal): -14349235 or 5049381. OLE color: 5049381.

HSL color Cylindrical-coordinate representation of color #250C4D: hue angle of 263.08º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250C4D is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB371277-
CMYK0.520.8400.70
HSL263.08º73.03%17.45%-
HSV(B)263.08º84.42%30.2%-
XYZ2.231.197.13-
YUV26.88156.28135.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.37%
GREEN value IS 12 (5.08% from 255) = 9.52%
BLUE value IS 77 (30.47% from 255) = 61.11%
R=29.37%
G=9.52%
B=61.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3712770.520.8400.70263.0873.0317.45
Hex25C4D34540461074911
Octal451411564124010640711121
Binary10010111001001101110100101010001000110100000111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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