Html Css Color HEX #28225A Paua

📋 copy color: '#28225A'

red 40 ◦ green 34 ◦ blue 90

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

Shades of Paua #28225A

Tints of Paua #28225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.73%

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

R = 24.39%
G = 20.73%
B = 54.88%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28225A (or 0x28225A) is known color: Paua. HEX triplet: 28, 22 and 5A. RGB value is (40,34,90). Sum of RGB (Red+Green+Blue) = 40+34+90=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #28225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28225A is #D7DDA5. Grayscale: #292929. Windows color (decimal): -14146982 or 5906984. OLE color: 5906984.

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

Color convert

RGB 40 34 90 -
CMYK 0.56 0.62 0 0.65
HSL 246.43º 0.45% 0.24% -
HSV(B) 246.43º 0.62% 0.35% -
XYZ 3.29 2.33 9.95 -
YUV 42.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 40 34 90 0.56 0.62 0 0.65 246.43 0.45 0.24
Hex 28 22 5A 38 3E 0 41 F6 2D 18
Octal 50 42 132 70 76 0 101 366 55 30
Binary 101000 100010 1011010 111000 111110 0 1000001 11110110 101101 11000

Color Harmonies of #28225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28225A

Black with #28225A

Text Example


Text Example

White with #28225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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