#30254D

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

Shades of Violent Violet #30254D

Tints of Violent Violet #30254D

Color information

#30254D (or 0x30254D) is unknown color: approx Violent Violet. HEX triplet: 30, 25 and 4D. RGB value is (48,37,77). Sum of RGB (Red+Green+Blue) = 48+37+77=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #30254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30254D is #CFDAB2. Grayscale: #2C2C2C. Windows color (decimal): -13621939 or 5055792. OLE color: 5055792.

HSL color Cylindrical-coordinate representation of color #30254D: hue angle of 256.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30254D is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB483777-
CMYK0.380.5200.70
HSL256.5º35.09%22.35%-
HSV(B)256.5º51.95%30.2%-
XYZ3.222.497.33-
YUV44.85146.14130.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 77 (30.47% from 255) = 47.53%
R=29.63%
G=22.84%
B=47.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4837770.380.5200.70256.535.0922.35
Hex30254D26340461002316
Octal6045115466401064004326
Binary11000010010110011011001101101000100011010000000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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