Html Css Color HEX #28185A Paua

📋 copy color: '#28185A'

red 40 ◦ green 24 ◦ blue 90

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

Shades of Paua #28185A

Tints of Paua #28185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.58%

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

R = 25.97%
G = 15.58%
B = 58.44%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28185A (or 0x28185A) is known color: Paua. HEX triplet: 28, 18 and 5A. RGB value is (40,24,90). Sum of RGB (Red+Green+Blue) = 40+24+90=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #28185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28185A is #D7E7A5. Grayscale: #242424. Windows color (decimal): -14149542 or 5904424. OLE color: 5904424.

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

Color convert

RGB 40 24 90 -
CMYK 0.56 0.73 0 0.65
HSL 254.55º 0.58% 0.22% -
HSV(B) 254.55º 0.73% 0.35% -
XYZ 3.05 1.84 9.87 -
YUV 36.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 40 24 90 0.56 0.73 0 0.65 254.55 0.58 0.22
Hex 28 18 5A 38 49 0 41 FF 3A 16
Octal 50 30 132 70 111 0 101 377 72 26
Binary 101000 11000 1011010 111000 1001001 0 1000001 11111111 111010 10110

Color Harmonies of #28185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28185A

Black with #28185A

Text Example


Text Example

White with #28185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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