Html Css Color HEX #201554 Paua

📋 copy color: '#201554'

red 32 ◦ green 21 ◦ blue 84

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

Shades of Paua #201554

Tints of Paua #201554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 61.31%

R = 23.36%
G = 15.33%
B = 61.31%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#201554 (or 0x201554) is known color: Paua. HEX triplet: 20, 15 and 54. RGB value is (32,21,84). Sum of RGB (Red+Green+Blue) = 32+21+84=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #201554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201554 is #DFEAAB. Grayscale: #1F1F1F. Windows color (decimal): -14674604 or 5510432. OLE color: 5510432.

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

Color convert

RGB 32 21 84 -
CMYK 0.62 0.75 0 0.67
HSL 250.48º 0.6% 0.21% -
HSV(B) 250.48º 0.75% 0.33% -
XYZ 2.46 1.48 8.54 -
YUV 31.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 32 21 84 0.62 0.75 0 0.67 250.48 0.6 0.21
Hex 20 15 54 3E 4B 0 43 FA 3C 15
Octal 40 25 124 76 113 0 103 372 74 25
Binary 100000 10101 1010100 111110 1001011 0 1000011 11111010 111100 10101

Color Harmonies of #201554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201554

Black with #201554

Text Example


Text Example

White with #201554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201554; }

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

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

background-color css

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

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

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

border-color css

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

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

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