Html Css Color HEX #2A1F59 Paua

📋 copy color: '#2A1F59'

red 42 ◦ green 31 ◦ blue 89

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

Shades of Paua #2A1F59

Tints of Paua #2A1F59

RGB

 RED value IS 42 (16.8% from 255) = 25.93%

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

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

R = 25.93%
G = 19.14%
B = 54.94%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2A1F59 (or 0x2A1F59) is known color: Paua. HEX triplet: 2A, 1F and 59. RGB value is (42,31,89). Sum of RGB (Red+Green+Blue) = 42+31+89=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A1F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1F59 is #D5E0A6. Grayscale: #282828. Windows color (decimal): -14016679 or 5840682. OLE color: 5840682.

HSL color Cylindrical-coordinate representation of color #2A1F59: hue angle of 251.38º 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 #2A1F59 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 42 31 89 -
CMYK 0.53 0.65 0 0.65
HSL 251.38º 0.48% 0.24% -
HSV(B) 251.38º 0.65% 0.35% -
XYZ 3.25 2.19 9.7 -
YUV 40.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 42 31 89 0.53 0.65 0 0.65 251.38 0.48 0.24
Hex 2A 1F 59 35 41 0 41 FB 30 18
Octal 52 37 131 65 101 0 101 373 60 30
Binary 101010 11111 1011001 110101 1000001 0 1000001 11111011 110000 11000

Color Harmonies of #2A1F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1F59

Black with #2A1F59

Text Example


Text Example

White with #2A1F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A1F59; }

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

 H1.HeaderClassName
 {
   color: #2A1F59;
 }
 .AnyTagClassName
 {
   color: #2A1F59;
 }
</style>

background-color css

<style>
 a { background-color: #2A1F59; }

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

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

border-color css

<style>
 span { border-color: #2A1F59; }

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

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