Html Css Color HEX #201557 Paua

📋 copy color: '#201557'

red 32 ◦ green 21 ◦ blue 87

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

Shades of Paua #201557

Tints of Paua #201557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

 BLUE value IS 87 (34.38% from 255) = 62.14%

R = 22.86%
G = 15%
B = 62.14%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#201557 (or 0x201557) is known color: Paua. HEX triplet: 20, 15 and 57. RGB value is (32,21,87). Sum of RGB (Red+Green+Blue) = 32+21+87=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #201557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201557 is #DFEAA8. Grayscale: #1F1F1F. Windows color (decimal): -14674601 or 5707040. OLE color: 5707040.

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

Color convert

RGB 32 21 87 -
CMYK 0.63 0.76 0 0.66
HSL 250º 0.61% 0.21% -
HSV(B) 250º 0.76% 0.34% -
XYZ 2.58 1.53 9.18 -
YUV 31.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 32 21 87 0.63 0.76 0 0.66 250 0.61 0.21
Hex 20 15 57 3F 4C 0 42 FA 3D 15
Octal 40 25 127 77 114 0 102 372 75 25
Binary 100000 10101 1010111 111111 1001100 0 1000010 11111010 111101 10101

Color Harmonies of #201557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201557

Black with #201557

Text Example


Text Example

White with #201557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201557; }

 p { color: rgb(32,21,87); }

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

background-color css

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

 a { background-color: rgb(32,21,87); }

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

border-color css

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

 span { border-color: rgb(32,21,87); }

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