Html Css Color HEX #231159 Paua

📋 copy color: '#231159'

red 35 ◦ green 17 ◦ blue 89

#231159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #231159

Tints of Paua #231159

RGB

 RED value IS 35 (14.06% from 255) = 24.82%

 GREEN value IS 17 (7.03% from 255) = 12.06%

 BLUE value IS 89 (35.16% from 255) = 63.12%

R = 24.82%
G = 12.06%
B = 63.12%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#231159 (or 0x231159) is known color: Paua. HEX triplet: 23, 11 and 59. RGB value is (35,17,89). Sum of RGB (Red+Green+Blue) = 35+17+89=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #231159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231159 is #DCEEA6. Grayscale: #1E1E1E. Windows color (decimal): -14479015 or 5837091. OLE color: 5837091.

HSL color Cylindrical-coordinate representation of color #231159: hue angle of 255º 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 #231159 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 17 89 -
CMYK 0.61 0.81 0 0.65
HSL 255º 0.68% 0.21% -
HSV(B) 255º 0.81% 0.35% -
XYZ 2.7 1.48 9.59 -
YUV 30.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 35 17 89 0.61 0.81 0 0.65 255 0.68 0.21
Hex 23 11 59 3D 51 0 41 FF 44 15
Octal 43 21 131 75 121 0 101 377 104 25
Binary 100011 10001 1011001 111101 1010001 0 1000001 11111111 1000100 10101

Color Harmonies of #231159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231159

Black with #231159

Text Example


Text Example

White with #231159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231159; }

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

 H1.HeaderClassName
 {
   color: #231159;
 }
 .AnyTagClassName
 {
   color: #231159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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