#261958

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

Shades of Paua #261958

Tints of Paua #261958

Color information

#261958 (or 0x261958) is unknown color: approx Paua. HEX triplet: 26, 19 and 58. RGB value is (38,25,88). Sum of RGB (Red+Green+Blue) = 38+25+88=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #261958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261958 is #D9E6A7. Grayscale: #232323. Windows color (decimal): -14280360 or 5773606. OLE color: 5773606.

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

Color convert

RGB382588-
CMYK0.570.7200.65
HSL252.38º55.75%22.16%-
HSV(B)252.38º71.59%34.51%-
XYZ2.911.819.43-
YUV36.07157.31129.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 88 (34.77% from 255) = 58.28%
R=25.17%
G=16.56%
B=58.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3825880.570.7200.65252.3855.7522.16
Hex2619583948041fc3816
Octal46311307111001013747026
Binary1001101100110110001110011001000010000011111110011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261958; }

 p { color: rgb(38,25,88); }

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

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

 a { background-color: rgb(38,25,88); }

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

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

 span { border-color: rgb(38,25,88); }

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