#30164B

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

Shades of Violent Violet #30164B

Tints of Violent Violet #30164B

Color information

#30164B (or 0x30164B) is unknown color: approx Violent Violet. HEX triplet: 30, 16 and 4B. RGB value is (48,22,75). Sum of RGB (Red+Green+Blue) = 48+22+75=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #30164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30164B is #CFE9B4. Grayscale: #232323. Windows color (decimal): -13625781 or 4920880. OLE color: 4920880.

HSL color Cylindrical-coordinate representation of color #30164B: hue angle of 269.43º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30164B is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB482275-
CMYK0.360.7100.71
HSL269.43º54.64%19.02%-
HSV(B)269.43º70.67%29.41%-
XYZ2.781.716.84-
YUV35.82150.11136.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 75 (29.69% from 255) = 51.72%
R=33.10%
G=15.17%
B=51.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4822750.360.7100.71269.4354.6419.02
Hex30164B244704710d3713
Octal60261134410701074156723
Binary11000010110100101110010010001110100011110000110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30164B; }

 p { color: rgb(48,22,75); }

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

<style>
 a { background-color: #30164B; }

 a { background-color: rgb(48,22,75); }

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

<style>
 span { border-color: #30164B; }

 span { border-color: rgb(48,22,75); }

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