Html Css Color HEX #281F52 Paua

📋 copy color: '#281F52'

red 40 ◦ green 31 ◦ blue 82

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

Shades of Paua #281F52

Tints of Paua #281F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 53.59%

R = 26.14%
G = 20.26%
B = 53.59%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#281F52 (or 0x281F52) is known color: Paua. HEX triplet: 28, 1F and 52. RGB value is (40,31,82). Sum of RGB (Red+Green+Blue) = 40+31+82=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #281F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F52 is #D7E0AD. Grayscale: #272727. Windows color (decimal): -14147758 or 5381928. OLE color: 5381928.

HSL color Cylindrical-coordinate representation of color #281F52: hue angle of 250.59º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #281F52 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 31 82 -
CMYK 0.51 0.62 0 0.68
HSL 250.59º 0.45% 0.22% -
HSV(B) 250.59º 0.62% 0.32% -
XYZ 2.89 2.04 8.22 -
YUV 39.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 40 31 82 0.51 0.62 0 0.68 250.59 0.45 0.22
Hex 28 1F 52 33 3E 0 44 FB 2D 16
Octal 50 37 122 63 76 0 104 373 55 26
Binary 101000 11111 1010010 110011 111110 0 1000100 11111011 101101 10110

Color Harmonies of #281F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F52

Black with #281F52

Text Example


Text Example

White with #281F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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