#231558

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

Shades of Paua #231558

Tints of Paua #231558

Color information

#231558 (or 0x231558) is unknown color: approx Paua. HEX triplet: 23, 15 and 58. RGB value is (35,21,88). Sum of RGB (Red+Green+Blue) = 35+21+88=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #231558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231558 is #DCEAA7. Grayscale: #202020. Windows color (decimal): -14477992 or 5772579. OLE color: 5772579.

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

Color convert

RGB352188-
CMYK0.600.7600.65
HSL252.54º61.47%21.37%-
HSV(B)252.54º76.14%34.51%-
XYZ2.721.69.4-
YUV32.82159.14129.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.31%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 88 (34.77% from 255) = 61.11%
R=24.31%
G=14.58%
B=61.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3521880.600.7600.65252.5461.4721.37
Hex2315583C4C041fd3d15
Octal43251307411401013757525
Binary1000111010110110001111001001100010000011111110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231558; }

 p { color: rgb(35,21,88); }

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

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

 a { background-color: rgb(35,21,88); }

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

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

 span { border-color: rgb(35,21,88); }

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