#30284A

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

Shades of Violent Violet #30284A

Tints of Violent Violet #30284A

Color information

#30284A (or 0x30284A) is unknown color: approx Violent Violet. HEX triplet: 30, 28 and 4A. RGB value is (48,40,74). Sum of RGB (Red+Green+Blue) = 48+40+74=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #30284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30284A is #CFD7B5. Grayscale: #2E2E2E. Windows color (decimal): -13621174 or 4859952. OLE color: 4859952.

HSL color Cylindrical-coordinate representation of color #30284A: hue angle of 254.12º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30284A is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB484074-
CMYK0.350.4600.71
HSL254.12º29.82%22.35%-
HSV(B)254.12º45.95%29.02%-
XYZ3.212.646.82-
YUV46.27143.65129.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=29.63%
G=24.69%
B=45.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4840740.350.4600.71254.1229.8222.35
Hex30284A232E047fe1e16
Octal6050112435601073763626
Binary110000101000100101010001110111001000111111111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30284A; }

 p { color: rgb(48,40,74); }

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

<style>
 a { background-color: #30284A; }

 a { background-color: rgb(48,40,74); }

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

<style>
 span { border-color: #30284A; }

 span { border-color: rgb(48,40,74); }

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