Html Css Color HEX #201155 Paua

📋 copy color: '#201155'

red 32 ◦ green 17 ◦ blue 85

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

Shades of Paua #201155

Tints of Paua #201155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 63.43%

R = 23.88%
G = 12.69%
B = 63.43%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201155 (or 0x201155) is known color: Paua. HEX triplet: 20, 11 and 55. RGB value is (32,17,85). Sum of RGB (Red+Green+Blue) = 32+17+85=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #201155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201155 is #DFEEAA. Grayscale: #1C1C1C. Windows color (decimal): -14675627 or 5574944. OLE color: 5574944.

HSL color Cylindrical-coordinate representation of color #201155: hue angle of 253.24º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201155 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 17 85 -
CMYK 0.62 0.80 0 0.67
HSL 253.24º 0.67% 0.2% -
HSV(B) 253.24º 0.8% 0.33% -
XYZ 2.44 1.36 8.73 -
YUV 29.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 32 17 85 0.62 0.80 0 0.67 253.24 0.67 0.2
Hex 20 11 55 3E 50 0 43 FD 43 14
Octal 40 21 125 76 120 0 103 375 103 24
Binary 100000 10001 1010101 111110 1010000 0 1000011 11111101 1000011 10100

Color Harmonies of #201155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201155

Black with #201155

Text Example


Text Example

White with #201155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201155; }

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

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

background-color css

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

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

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

border-color css

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

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

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