#261459

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

Shades of Paua #261459

Tints of Paua #261459

Color information

#261459 (or 0x261459) is unknown color: approx Paua. HEX triplet: 26, 14 and 59. RGB value is (38,20,89). Sum of RGB (Red+Green+Blue) = 38+20+89=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #261459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261459 is #D9EBA6. Grayscale: #202020. Windows color (decimal): -14281639 or 5837862. OLE color: 5837862.

HSL color Cylindrical-coordinate representation of color #261459: hue angle of 255.65º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #261459 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB382089-
CMYK0.570.7800.65
HSL255.65º63.3%21.37%-
HSV(B)255.65º77.53%34.9%-
XYZ2.851.639.62-
YUV33.25159.46131.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 89 (35.16% from 255) = 60.54%
R=25.85%
G=13.61%
B=60.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3820890.570.7800.65255.6563.321.37
Hex261459394E0411003f15
Octal46241317111601014007725
Binary10011010100101100111100110011100100000110000000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261459; }

 p { color: rgb(38,20,89); }

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

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

 a { background-color: rgb(38,20,89); }

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

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

 span { border-color: rgb(38,20,89); }

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