#30254F

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

Shades of Violent Violet #30254F

Tints of Violent Violet #30254F

Color information

#30254F (or 0x30254F) is unknown color: approx Violent Violet. HEX triplet: 30, 25 and 4F. RGB value is (48,37,79). Sum of RGB (Red+Green+Blue) = 48+37+79=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #30254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30254F is #CFDAB0. Grayscale: #2C2C2C. Windows color (decimal): -13621937 or 5186864. OLE color: 5186864.

HSL color Cylindrical-coordinate representation of color #30254F: hue angle of 255.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30254F is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB483779-
CMYK0.390.5300.69
HSL255.71º36.21%22.75%-
HSV(B)255.71º53.16%30.98%-
XYZ3.292.527.71-
YUV45.08147.14130.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=29.27%
G=22.56%
B=48.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4837790.390.5300.69255.7136.2122.75
Hex30254F27350451002417
Octal6045117476501054004427
Binary11000010010110011111001111101010100010110000000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30254F; }

 p { color: rgb(48,37,79); }

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

<style>
 a { background-color: #30254F; }

 a { background-color: rgb(48,37,79); }

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

<style>
 span { border-color: #30254F; }

 span { border-color: rgb(48,37,79); }

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