#30284D

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

Shades of Violent Violet #30284D

Tints of Violent Violet #30284D

Color information

#30284D (or 0x30284D) is unknown color: approx Violent Violet. HEX triplet: 30, 28 and 4D. RGB value is (48,40,77). Sum of RGB (Red+Green+Blue) = 48+40+77=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #30284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30284D is #CFD7B2. Grayscale: #2E2E2E. Windows color (decimal): -13621171 or 5056560. OLE color: 5056560.

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

Color convert

RGB484077-
CMYK0.380.4800.70
HSL252.97º31.62%22.94%-
HSV(B)252.97º48.05%30.2%-
XYZ3.322.687.36-
YUV46.61145.15128.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=29.09%
G=24.24%
B=46.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4840770.380.4800.70252.9731.6222.94
Hex30284D2630046fd2017
Octal6050115466001063754027
Binary1100001010001001101100110110000010001101111110110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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