Html Css Color HEX #281F59 Paua

📋 copy color: '#281F59'

red 40 ◦ green 31 ◦ blue 89

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

Shades of Paua #281F59

Tints of Paua #281F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.38%

 BLUE value IS 89 (35.16% from 255) = 55.63%

R = 25%
G = 19.38%
B = 55.63%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#281F59 (or 0x281F59) is known color: Paua. HEX triplet: 28, 1F and 59. RGB value is (40,31,89). Sum of RGB (Red+Green+Blue) = 40+31+89=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #281F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F59 is #D7E0A6. Grayscale: #282828. Windows color (decimal): -14147751 or 5840680. OLE color: 5840680.

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

Color convert

RGB 40 31 89 -
CMYK 0.55 0.65 0 0.65
HSL 249.31º 0.48% 0.24% -
HSV(B) 249.31º 0.65% 0.35% -
XYZ 3.17 2.15 9.7 -
YUV 40.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 40 31 89 0.55 0.65 0 0.65 249.31 0.48 0.24
Hex 28 1F 59 37 41 0 41 F9 30 18
Octal 50 37 131 67 101 0 101 371 60 30
Binary 101000 11111 1011001 110111 1000001 0 1000001 11111001 110000 11000

Color Harmonies of #281F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F59

Black with #281F59

Text Example


Text Example

White with #281F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281F59; }

 p { color: rgb(40,31,89); }

 H1.HeaderClassName
 {
   color: #281F59;
 }
 .AnyTagClassName
 {
   color: #281F59;
 }
</style>

background-color css

<style>
 a { background-color: #281F59; }

 a { background-color: rgb(40,31,89); }

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

border-color css

<style>
 span { border-color: #281F59; }

 span { border-color: rgb(40,31,89); }

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