#261F4E

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

Shades of Paua #261F4E

Tints of Paua #261F4E

Color information

#261F4E (or 0x261F4E) is unknown color: approx Paua. HEX triplet: 26, 1F and 4E. RGB value is (38,31,78). Sum of RGB (Red+Green+Blue) = 38+31+78=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #261F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F4E is #D9E0B1. Grayscale: #262626. Windows color (decimal): -14278834 or 5119782. OLE color: 5119782.

HSL color Cylindrical-coordinate representation of color #261F4E: hue angle of 248.94º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #261F4E is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB383178-
CMYK0.510.6000.69
HSL248.94º43.12%21.37%-
HSV(B)248.94º60.26%30.59%-
XYZ2.661.947.44-
YUV38.45150.32127.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 78 (30.86% from 255) = 53.06%
R=25.85%
G=21.09%
B=53.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3831780.510.6000.69248.9443.1221.37
Hex261F4E333C045f92b15
Octal4637116637401053715325
Binary100110111111001110110011111100010001011111100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261F4E; }

 p { color: rgb(38,31,78); }

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

<style>
 a { background-color: #261F4E; }

 a { background-color: rgb(38,31,78); }

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

<style>
 span { border-color: #261F4E; }

 span { border-color: rgb(38,31,78); }

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