Html Css Color HEX #28214E Paua

📋 copy color: '#28214E'

red 40 ◦ green 33 ◦ blue 78

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

Shades of Paua #28214E

Tints of Paua #28214E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 51.66%

R = 26.49%
G = 21.85%
B = 51.66%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#28214E (or 0x28214E) is known color: Paua. HEX triplet: 28, 21 and 4E. RGB value is (40,33,78). Sum of RGB (Red+Green+Blue) = 40+33+78=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #28214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28214E is #D7DEB1. Grayscale: #282828. Windows color (decimal): -14147250 or 5120296. OLE color: 5120296.

HSL color Cylindrical-coordinate representation of color #28214E: hue angle of 249.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28214E is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 33 78 -
CMYK 0.49 0.58 0 0.69
HSL 249.33º 0.41% 0.22% -
HSV(B) 249.33º 0.58% 0.31% -
XYZ 2.79 2.09 7.46 -
YUV 40.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 40 33 78 0.49 0.58 0 0.69 249.33 0.41 0.22
Hex 28 21 4E 31 3A 0 45 F9 29 16
Octal 50 41 116 61 72 0 105 371 51 26
Binary 101000 100001 1001110 110001 111010 0 1000101 11111001 101001 10110

Color Harmonies of #28214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28214E

Black with #28214E

Text Example


Text Example

White with #28214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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