#1F1255

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

Shades of Paua #1F1255

Tints of Paua #1F1255

Color information

#1F1255 (or 0x1F1255) is unknown color: approx Paua. HEX triplet: 1F, 12 and 55. RGB value is (31,18,85). Sum of RGB (Red+Green+Blue) = 31+18+85=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #1F1255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1255 is #E0EDAA. Grayscale: #1D1D1D. Windows color (decimal): -14740907 or 5575199. OLE color: 5575199.

HSL color Cylindrical-coordinate representation of color #1F1255: hue angle of 251.64º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F1255 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB311885-
CMYK0.640.7900.67
HSL251.64º65.05%20.2%-
HSV(B)251.64º78.82%33.33%-
XYZ2.421.388.73-
YUV29.52159.31129.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.13%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 85 (33.59% from 255) = 63.43%
R=23.13%
G=13.43%
B=63.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3118850.640.7900.67251.6465.0520.2
Hex1F1255404F043fc4114
Octal3722125100117010337410124
Binary11111100101010101100000010011110100001111111100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,18,85); }

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

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

 a { background-color: rgb(31,18,85); }

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

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

 span { border-color: rgb(31,18,85); }

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