#250C55

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

Shades of Violent Violet #250C55

Tints of Violent Violet #250C55

Color information

#250C55 (or 0x250C55) is unknown color: approx Violent Violet. HEX triplet: 25, 0C and 55. RGB value is (37,12,85). Sum of RGB (Red+Green+Blue) = 37+12+85=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #250C55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C55 is #DAF3AA. Grayscale: #1B1B1B. Windows color (decimal): -14349227 or 5573669. OLE color: 5573669.

HSL color Cylindrical-coordinate representation of color #250C55: hue angle of 260.55º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250C55 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB371285-
CMYK0.560.8600.67
HSL260.55º75.26%19.02%-
HSV(B)260.55º85.88%33.33%-
XYZ2.531.318.71-
YUV27.8160.28134.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 85 (33.59% from 255) = 63.43%
R=27.61%
G=8.96%
B=63.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3712850.560.8600.67260.5575.2619.02
Hex25C5538560431054b13
Octal451412570126010340511323
Binary10010111001010101111000101011001000011100000101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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