Html Css Color HEX #2A2059 Paua

📋 copy color: '#2A2059'

red 42 ◦ green 32 ◦ blue 89

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

Shades of Paua #2A2059

Tints of Paua #2A2059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

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

R = 25.77%
G = 19.63%
B = 54.6%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2A2059 (or 0x2A2059) is known color: Paua. HEX triplet: 2A, 20 and 59. RGB value is (42,32,89). Sum of RGB (Red+Green+Blue) = 42+32+89=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A2059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2059 is #D5DFA6. Grayscale: #292929. Windows color (decimal): -14016423 or 5840938. OLE color: 5840938.

HSL color Cylindrical-coordinate representation of color #2A2059: hue angle of 250.53º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A2059 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 42 32 89 -
CMYK 0.53 0.64 0 0.65
HSL 250.53º 0.47% 0.24% -
HSV(B) 250.53º 0.64% 0.35% -
XYZ 3.27 2.25 9.71 -
YUV 41.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 42 32 89 0.53 0.64 0 0.65 250.53 0.47 0.24
Hex 2A 20 59 35 40 0 41 FB 2F 18
Octal 52 40 131 65 100 0 101 373 57 30
Binary 101010 100000 1011001 110101 1000000 0 1000001 11111011 101111 11000

Color Harmonies of #2A2059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2059

Black with #2A2059

Text Example


Text Example

White with #2A2059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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