Html Css Color HEX #28214A Paua

📋 copy color: '#28214A'

red 40 ◦ green 33 ◦ blue 74

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

Shades of Paua #28214A

Tints of Paua #28214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.45%

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

R = 27.21%
G = 22.45%
B = 50.34%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28214A (or 0x28214A) is known color: Paua. HEX triplet: 28, 21 and 4A. RGB value is (40,33,74). Sum of RGB (Red+Green+Blue) = 40+33+74=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #28214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28214A is #D7DEB5. Grayscale: #272727. Windows color (decimal): -14147254 or 4858152. OLE color: 4858152.

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

Color convert

RGB 40 33 74 -
CMYK 0.46 0.55 0 0.71
HSL 250.24º 0.38% 0.21% -
HSV(B) 250.24º 0.55% 0.29% -
XYZ 2.65 2.03 6.73 -
YUV 39.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 40 33 74 0.46 0.55 0 0.71 250.24 0.38 0.21
Hex 28 21 4A 2E 37 0 47 FA 26 15
Octal 50 41 112 56 67 0 107 372 46 25
Binary 101000 100001 1001010 101110 110111 0 1000111 11111010 100110 10101

Color Harmonies of #28214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28214A

Black with #28214A

Text Example


Text Example

White with #28214A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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