#281F4B

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

Shades of Violent Violet #281F4B

Tints of Violent Violet #281F4B

Color information

#281F4B (or 0x281F4B) is unknown color: approx Violent Violet. HEX triplet: 28, 1F and 4B. RGB value is (40,31,75). Sum of RGB (Red+Green+Blue) = 40+31+75=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 31 (12.5% from 255 or 21.23% 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 #281F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F4B is #D7E0B4. Grayscale: #262626. Windows color (decimal): -14147765 or 4923176. OLE color: 4923176.

HSL color Cylindrical-coordinate representation of color #281F4B: hue angle of 252.27º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #281F4B is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB403175-
CMYK0.470.5900.71
HSL252.27º41.51%20.78%-
HSV(B)252.27º58.67%29.41%-
XYZ2.641.946.89-
YUV38.71148.48128.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.40%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=27.40%
G=21.23%
B=51.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4031750.470.5900.71252.2741.5120.78
Hex281F4B2F3B047fc2a15
Octal5037113577301073745225
Binary101000111111001011101111111011010001111111110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281F4B; }

 p { color: rgb(40,31,75); }

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

<style>
 a { background-color: #281F4B; }

 a { background-color: rgb(40,31,75); }

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

<style>
 span { border-color: #281F4B; }

 span { border-color: rgb(40,31,75); }

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