#231158

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

Shades of Paua #231158

Tints of Paua #231158

Color information

#231158 (or 0x231158) is unknown color: approx Paua. HEX triplet: 23, 11 and 58. RGB value is (35,17,88). Sum of RGB (Red+Green+Blue) = 35+17+88=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #231158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231158 is #DCEEA7. Grayscale: #1E1E1E. Windows color (decimal): -14479016 or 5771555. OLE color: 5771555.

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

Color convert

RGB351788-
CMYK0.600.8100.65
HSL255.21º67.62%20.59%-
HSV(B)255.21º80.68%34.51%-
XYZ2.661.469.37-
YUV30.48160.46131.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 88 (34.77% from 255) = 62.86%
R=25%
G=12.14%
B=62.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3517880.600.8100.65255.2167.6220.59
Hex2311583C51041ff4415
Octal432113074121010137710425
Binary10001110001101100011110010100010100000111111111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231158; }

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

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

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

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

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

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

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

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