#1F0F58

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

Shades of Paua #1F0F58

Tints of Paua #1F0F58

Color information

#1F0F58 (or 0x1F0F58) is unknown color: approx Paua. HEX triplet: 1F, 0F and 58. RGB value is (31,15,88). Sum of RGB (Red+Green+Blue) = 31+15+88=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F0F58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0F58 is #E0F0A7. Grayscale: #1B1B1B. Windows color (decimal): -14741672 or 5771039. OLE color: 5771039.

HSL color Cylindrical-coordinate representation of color #1F0F58: hue angle of 253.15º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F0F58 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB311588-
CMYK0.650.8300.65
HSL253.15º70.87%20.2%-
HSV(B)253.15º82.95%34.51%-
XYZ2.51.349.36-
YUV28.11161.8130.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.13%
GREEN value IS 15 (6.25% from 255) = 11.19%
BLUE value IS 88 (34.77% from 255) = 65.67%
R=23.13%
G=11.19%
B=65.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3115880.650.8300.65253.1570.8720.2
Hex1FF584153041fd4714
Octal3717130101123010137510724
Binary1111111111011000100000110100110100000111111101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,15,88); }

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

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

 a { background-color: rgb(31,15,88); }

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

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

 span { border-color: rgb(31,15,88); }

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