#1F094B

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

Shades of Violent Violet #1F094B

Tints of Violent Violet #1F094B

Color information

#1F094B (or 0x1F094B) is unknown color: approx Violent Violet. HEX triplet: 1F, 09 and 4B. RGB value is (31,9,75). Sum of RGB (Red+Green+Blue) = 31+9+75=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F094B is #E0F6B4. Grayscale: #161616. Windows color (decimal): -14743221 or 4917535. OLE color: 4917535.

HSL color Cylindrical-coordinate representation of color #1F094B: hue angle of 260º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F094B is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB31975-
CMYK0.590.8800.71
HSL260º78.57%16.47%-
HSV(B)260º88%29.41%-
XYZ1.930.996.75-
YUV23.1157.29133.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.96%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 75 (29.69% from 255) = 65.22%
R=26.96%
G=7.83%
B=65.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal319750.590.8800.7126078.5716.47
Hex1F94B3B580471044f10
Octal371111373130010740411720
Binary1111110011001011111011101100001000111100000100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F094B; }

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

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

<style>
 a { background-color: #1F094B; }

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

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

<style>
 span { border-color: #1F094B; }

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

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