#2F184B

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

Shades of Violent Violet #2F184B

Tints of Violent Violet #2F184B

Color information

#2F184B (or 0x2F184B) is unknown color: approx Violent Violet. HEX triplet: 2F, 18 and 4B. RGB value is (47,24,75). Sum of RGB (Red+Green+Blue) = 47+24+75=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F184B is #D0E7B4. Grayscale: #242424. Windows color (decimal): -13690805 or 4921391. OLE color: 4921391.

HSL color Cylindrical-coordinate representation of color #2F184B: hue angle of 267.06º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F184B is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB472475-
CMYK0.370.6800.71
HSL267.06º51.52%19.41%-
HSV(B)267.06º68%29.41%-
XYZ2.771.776.85-
YUV36.69149.62135.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.19%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=32.19%
G=16.44%
B=51.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4724750.370.6800.71267.0651.5219.41
Hex2F184B254404710b3413
Octal57301134510401074136423
Binary10111111000100101110010110001000100011110000101111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F184B; }

 p { color: rgb(47,24,75); }

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

<style>
 a { background-color: #2F184B; }

 a { background-color: rgb(47,24,75); }

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

<style>
 span { border-color: #2F184B; }

 span { border-color: rgb(47,24,75); }

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