#261F4A

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

Shades of Paua #261F4A

Tints of Paua #261F4A

Color information

#261F4A (or 0x261F4A) is unknown color: approx Paua. HEX triplet: 26, 1F and 4A. RGB value is (38,31,74). Sum of RGB (Red+Green+Blue) = 38+31+74=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #261F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F4A is #D9E0B5. Grayscale: #252525. Windows color (decimal): -14278838 or 4857638. OLE color: 4857638.

HSL color Cylindrical-coordinate representation of color #261F4A: hue angle of 249.77º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #261F4A is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB383174-
CMYK0.490.5800.71
HSL249.77º40.95%20.59%-
HSV(B)249.77º58.11%29.02%-
XYZ2.531.896.71-
YUV37.99148.32128-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.57%
GREEN value IS 31 (12.5% from 255) = 21.68%
BLUE value IS 74 (29.30% from 255) = 51.75%
R=26.57%
G=21.68%
B=51.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3831740.490.5800.71249.7740.9520.59
Hex261F4A313A047fa2915
Octal4637112617201073725125
Binary100110111111001010110001111010010001111111101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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