Html Css Color HEX #28205A Paua

📋 copy color: '#28205A'

red 40 ◦ green 32 ◦ blue 90

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

Shades of Paua #28205A

Tints of Paua #28205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 55.56%

R = 24.69%
G = 19.75%
B = 55.56%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28205A (or 0x28205A) is known color: Paua. HEX triplet: 28, 20 and 5A. RGB value is (40,32,90). Sum of RGB (Red+Green+Blue) = 40+32+90=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #28205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28205A is #D7DFA5. Grayscale: #282828. Windows color (decimal): -14147494 or 5906472. OLE color: 5906472.

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

Color convert

RGB 40 32 90 -
CMYK 0.56 0.64 0 0.65
HSL 248.28º 0.48% 0.24% -
HSV(B) 248.28º 0.64% 0.35% -
XYZ 3.24 2.22 9.93 -
YUV 41 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 40 32 90 0.56 0.64 0 0.65 248.28 0.48 0.24
Hex 28 20 5A 38 40 0 41 F8 30 18
Octal 50 40 132 70 100 0 101 370 60 30
Binary 101000 100000 1011010 111000 1000000 0 1000001 11111000 110000 11000

Color Harmonies of #28205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28205A

Black with #28205A

Text Example


Text Example

White with #28205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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