Html Css Color HEX #281A59 Paua

📋 copy color: '#281A59'

red 40 ◦ green 26 ◦ blue 89

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

Shades of Paua #281A59

Tints of Paua #281A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.77%

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

R = 25.81%
G = 16.77%
B = 57.42%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#281A59 (or 0x281A59) is known color: Paua. HEX triplet: 28, 1A and 59. RGB value is (40,26,89). Sum of RGB (Red+Green+Blue) = 40+26+89=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #281A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281A59 is #D7E5A6. Grayscale: #252525. Windows color (decimal): -14149031 or 5839400. OLE color: 5839400.

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

Color convert

RGB 40 26 89 -
CMYK 0.55 0.71 0 0.65
HSL 253.33º 0.55% 0.23% -
HSV(B) 253.33º 0.71% 0.35% -
XYZ 3.05 1.91 9.66 -
YUV 37.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 40 26 89 0.55 0.71 0 0.65 253.33 0.55 0.23
Hex 28 1A 59 37 47 0 41 FD 37 17
Octal 50 32 131 67 107 0 101 375 67 27
Binary 101000 11010 1011001 110111 1000111 0 1000001 11111101 110111 10111

Color Harmonies of #281A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281A59

Black with #281A59

Text Example


Text Example

White with #281A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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