Html Css Color HEX #28205C Paua

📋 copy color: '#28205C'

red 40 ◦ green 32 ◦ blue 92

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

Shades of Paua #28205C

Tints of Paua #28205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 56.1%

R = 24.39%
G = 19.51%
B = 56.1%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28205C (or 0x28205C) is known color: Paua. HEX triplet: 28, 20 and 5C. RGB value is (40,32,92). Sum of RGB (Red+Green+Blue) = 40+32+92=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #28205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28205C is #D7DFA3. Grayscale: #292929. Windows color (decimal): -14147492 or 6037544. OLE color: 6037544.

HSL color Cylindrical-coordinate representation of color #28205C: hue angle of 248º 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 #28205C is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 32 92 -
CMYK 0.57 0.65 0 0.64
HSL 248º 0.48% 0.24% -
HSV(B) 248º 0.65% 0.36% -
XYZ 3.32 2.26 10.39 -
YUV 41.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 40 32 92 0.57 0.65 0 0.64 248 0.48 0.24
Hex 28 20 5C 39 41 0 40 F8 30 18
Octal 50 40 134 71 101 0 100 370 60 30
Binary 101000 100000 1011100 111001 1000001 0 1000000 11111000 110000 11000

Color Harmonies of #28205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28205C

Black with #28205C

Text Example


Text Example

White with #28205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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