#301B55

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

Shades of Violent Violet #301B55

Tints of Violent Violet #301B55

Color information

#301B55 (or 0x301B55) is unknown color: approx Violent Violet. HEX triplet: 30, 1B and 55. RGB value is (48,27,85). Sum of RGB (Red+Green+Blue) = 48+27+85=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #301B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301B55 is #CFE4AA. Grayscale: #272727. Windows color (decimal): -13624491 or 5577520. OLE color: 5577520.

HSL color Cylindrical-coordinate representation of color #301B55: hue angle of 261.72º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #301B55 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB482785-
CMYK0.440.6800.67
HSL261.72º51.79%21.96%-
HSV(B)261.72º68.24%33.33%-
XYZ3.252.078.82-
YUV39.89153.46133.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 27 (10.94% from 255) = 16.88%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=30%
G=16.88%
B=53.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4827850.440.6800.67261.7251.7921.96
Hex301B552C440431063416
Octal60331255410401034066426
Binary11000011011101010110110010001000100001110000011011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301B55; }

 p { color: rgb(48,27,85); }

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

<style>
 a { background-color: #301B55; }

 a { background-color: rgb(48,27,85); }

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

<style>
 span { border-color: #301B55; }

 span { border-color: rgb(48,27,85); }

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