Html Css Color HEX #281B58 Paua

📋 copy color: '#281B58'

red 40 ◦ green 27 ◦ blue 88

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

Shades of Paua #281B58

Tints of Paua #281B58

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.42%

 BLUE value IS 88 (34.77% from 255) = 56.77%

R = 25.81%
G = 17.42%
B = 56.77%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#281B58 (or 0x281B58) is known color: Paua. HEX triplet: 28, 1B and 58. RGB value is (40,27,88). Sum of RGB (Red+Green+Blue) = 40+27+88=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #281B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281B58 is #D7E4A7. Grayscale: #252525. Windows color (decimal): -14148776 or 5774120. OLE color: 5774120.

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

Color convert

RGB 40 27 88 -
CMYK 0.55 0.69 0 0.65
HSL 252.79º 0.53% 0.23% -
HSV(B) 252.79º 0.69% 0.35% -
XYZ 3.03 1.94 9.45 -
YUV 37.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 40 27 88 0.55 0.69 0 0.65 252.79 0.53 0.23
Hex 28 1B 58 37 45 0 41 FD 35 17
Octal 50 33 130 67 105 0 101 375 65 27
Binary 101000 11011 1011000 110111 1000101 0 1000001 11111101 110101 10111

Color Harmonies of #281B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281B58

Black with #281B58

Text Example


Text Example

White with #281B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,27,88); }

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

background-color css

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

 a { background-color: rgb(40,27,88); }

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

border-color css

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

 span { border-color: rgb(40,27,88); }

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