Html Css Color HEX #201159 Paua

📋 copy color: '#201159'

red 32 ◦ green 17 ◦ blue 89

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

Shades of Paua #201159

Tints of Paua #201159

RGB

 RED value IS 32 (12.89% from 255) = 23.19%

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

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

R = 23.19%
G = 12.32%
B = 64.49%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#201159 (or 0x201159) is known color: Paua. HEX triplet: 20, 11 and 59. RGB value is (32,17,89). Sum of RGB (Red+Green+Blue) = 32+17+89=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #201159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201159 is #DFEEA6. Grayscale: #1D1D1D. Windows color (decimal): -14675623 or 5837088. OLE color: 5837088.

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

Color convert

RGB 32 17 89 -
CMYK 0.64 0.81 0 0.65
HSL 252.5º 0.68% 0.21% -
HSV(B) 252.5º 0.81% 0.35% -
XYZ 2.6 1.43 9.59 -
YUV 29.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 32 17 89 0.64 0.81 0 0.65 252.5 0.68 0.21
Hex 20 11 59 40 51 0 41 FD 44 15
Octal 40 21 131 100 121 0 101 375 104 25
Binary 100000 10001 1011001 1000000 1010001 0 1000001 11111101 1000100 10101

Color Harmonies of #201159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201159

Black with #201159

Text Example


Text Example

White with #201159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201159; }

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

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

background-color css

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

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

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

border-color css

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

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

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