Html Css Color HEX #201553 Paua

📋 copy color: '#201553'

red 32 ◦ green 21 ◦ blue 83

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

Shades of Paua #201553

Tints of Paua #201553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 61.03%

R = 23.53%
G = 15.44%
B = 61.03%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201553 (or 0x201553) is known color: Paua. HEX triplet: 20, 15 and 53. RGB value is (32,21,83). Sum of RGB (Red+Green+Blue) = 32+21+83=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #201553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201553 is #DFEAAC. Grayscale: #1F1F1F. Windows color (decimal): -14674605 or 5444896. OLE color: 5444896.

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

Color convert

RGB 32 21 83 -
CMYK 0.61 0.75 0 0.67
HSL 250.65º 0.6% 0.2% -
HSV(B) 250.65º 0.75% 0.33% -
XYZ 2.43 1.47 8.34 -
YUV 31.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 32 21 83 0.61 0.75 0 0.67 250.65 0.6 0.2
Hex 20 15 53 3D 4B 0 43 FB 3C 14
Octal 40 25 123 75 113 0 103 373 74 24
Binary 100000 10101 1010011 111101 1001011 0 1000011 11111011 111100 10100

Color Harmonies of #201553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201553

Black with #201553

Text Example


Text Example

White with #201553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201553; }

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

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

background-color css

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

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

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

border-color css

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

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

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