#250C5A

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

Shades of Violent Violet #250C5A

Tints of Violent Violet #250C5A

Color information

#250C5A (or 0x250C5A) is unknown color: approx Violent Violet. HEX triplet: 25, 0C and 5A. RGB value is (37,12,90). Sum of RGB (Red+Green+Blue) = 37+12+90=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #250C5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C5A is #DAF3A5. Grayscale: #1C1C1C. Windows color (decimal): -14349222 or 5901349. OLE color: 5901349.

HSL color Cylindrical-coordinate representation of color #250C5A: hue angle of 259.23º 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 #250C5A is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB371290-
CMYK0.590.8700.65
HSL259.23º76.47%20%-
HSV(B)259.23º86.67%35.29%-
XYZ2.741.399.8-
YUV28.37162.78134.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.62%
GREEN value IS 12 (5.08% from 255) = 8.63%
BLUE value IS 90 (35.55% from 255) = 64.75%
R=26.62%
G=8.63%
B=64.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3712900.590.8700.65259.2376.4720
Hex25C5A3B570411034c14
Octal451413273127010140311424
Binary10010111001011010111011101011101000001100000011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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