Html Css Color HEX #28205B Paua

📋 copy color: '#28205B'

red 40 ◦ green 32 ◦ blue 91

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

Shades of Paua #28205B

Tints of Paua #28205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 55.83%

R = 24.54%
G = 19.63%
B = 55.83%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28205B (or 0x28205B) is known color: Paua. HEX triplet: 28, 20 and 5B. RGB value is (40,32,91). Sum of RGB (Red+Green+Blue) = 40+32+91=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #28205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28205B is #D7DFA4. Grayscale: #282828. Windows color (decimal): -14147493 or 5972008. OLE color: 5972008.

HSL color Cylindrical-coordinate representation of color #28205B: hue angle of 248.14º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28205B is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 32 91 -
CMYK 0.56 0.65 0 0.64
HSL 248.14º 0.48% 0.24% -
HSV(B) 248.14º 0.65% 0.36% -
XYZ 3.28 2.24 10.16 -
YUV 41.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 40 32 91 0.56 0.65 0 0.64 248.14 0.48 0.24
Hex 28 20 5B 38 41 0 40 F8 30 18
Octal 50 40 133 70 101 0 100 370 60 30
Binary 101000 100000 1011011 111000 1000001 0 1000000 11111000 110000 11000

Color Harmonies of #28205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28205B

Black with #28205B

Text Example


Text Example

White with #28205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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