#1F1650

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

Shades of Paua #1F1650

Tints of Paua #1F1650

Color information

#1F1650 (or 0x1F1650) is unknown color: approx Paua. HEX triplet: 1F, 16 and 50. RGB value is (31,22,80). Sum of RGB (Red+Green+Blue) = 31+22+80=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #1F1650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1650 is #E0E9AF. Grayscale: #1F1F1F. Windows color (decimal): -14739888 or 5248543. OLE color: 5248543.

HSL color Cylindrical-coordinate representation of color #1F1650: hue angle of 249.31º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F1650 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB312280-
CMYK0.610.7200.69
HSL249.31º56.86%20%-
HSV(B)249.31º72.5%31.37%-
XYZ2.31.447.75-
YUV31.3155.48127.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.31%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 80 (31.64% from 255) = 60.15%
R=23.31%
G=16.54%
B=60.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3122800.610.7200.69249.3156.8620
Hex1F16503D48045f93914
Octal37261207511001053717124
Binary111111011010100001111011001000010001011111100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,22,80); }

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

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

 a { background-color: rgb(31,22,80); }

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

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

 span { border-color: rgb(31,22,80); }

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