Html Css Color HEX #28204A Paua

📋 copy color: '#28204A'

red 40 ◦ green 32 ◦ blue 74

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

Shades of Paua #28204A

Tints of Paua #28204A

RGB

 RED value IS 40 (16.02% from 255) = 27.4%

 GREEN value IS 32 (12.89% from 255) = 21.92%

 BLUE value IS 74 (29.3% from 255) = 50.68%

R = 27.4%
G = 21.92%
B = 50.68%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28204A (or 0x28204A) is known color: Paua. HEX triplet: 28, 20 and 4A. RGB value is (40,32,74). Sum of RGB (Red+Green+Blue) = 40+32+74=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #28204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28204A is #D7DFB5. Grayscale: #272727. Windows color (decimal): -14147510 or 4857896. OLE color: 4857896.

HSL color Cylindrical-coordinate representation of color #28204A: hue angle of 251.43º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28204A is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 32 74 -
CMYK 0.46 0.57 0 0.71
HSL 251.43º 0.4% 0.21% -
HSV(B) 251.43º 0.57% 0.29% -
XYZ 2.63 1.98 6.72 -
YUV 39.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 40 32 74 0.46 0.57 0 0.71 251.43 0.4 0.21
Hex 28 20 4A 2E 39 0 47 FB 28 15
Octal 50 40 112 56 71 0 107 373 50 25
Binary 101000 100000 1001010 101110 111001 0 1000111 11111011 101000 10101

Color Harmonies of #28204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28204A

Black with #28204A

Text Example


Text Example

White with #28204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28204A; }

 p { color: rgb(40,32,74); }

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

background-color css

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

 a { background-color: rgb(40,32,74); }

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

border-color css

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

 span { border-color: rgb(40,32,74); }

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