#261F5D

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

Shades of Paua #261F5D

Tints of Paua #261F5D

Color information

#261F5D (or 0x261F5D) is unknown color: approx Paua. HEX triplet: 26, 1F and 5D. RGB value is (38,31,93). Sum of RGB (Red+Green+Blue) = 38+31+93=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #261F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F5D is #D9E0A2. Grayscale: #272727. Windows color (decimal): -14278819 or 6102822. OLE color: 6102822.

HSL color Cylindrical-coordinate representation of color #261F5D: hue angle of 246.77º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #261F5D is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB383193-
CMYK0.590.6700.64
HSL246.77º50%24.31%-
HSV(B)246.77º66.67%36.47%-
XYZ3.272.1810.61-
YUV40.16157.82126.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 93 (36.72% from 255) = 57.41%
R=23.46%
G=19.14%
B=57.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3831930.590.6700.64246.775024.31
Hex261F5D3B43040f73218
Octal46371357310301003676230
Binary1001101111110111011110111000011010000001111011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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