Html Css Color HEX #292058 Paua

📋 copy color: '#292058'

red 41 ◦ green 32 ◦ blue 88

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

Shades of Paua #292058

Tints of Paua #292058

RGB

 RED value IS 41 (16.41% from 255) = 25.47%

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

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

R = 25.47%
G = 19.88%
B = 54.66%

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

#292058 (or 0x292058) is known color: Paua. HEX triplet: 29, 20 and 58. RGB value is (41,32,88). Sum of RGB (Red+Green+Blue) = 41+32+88=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #292058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292058 is #D6DFA7. Grayscale: #282828. Windows color (decimal): -14081960 or 5775401. OLE color: 5775401.

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

Color convert

RGB 41 32 88 -
CMYK 0.53 0.64 0 0.65
HSL 249.64º 0.47% 0.24% -
HSV(B) 249.64º 0.64% 0.35% -
XYZ 3.19 2.21 9.49 -
YUV 41.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 41 32 88 0.53 0.64 0 0.65 249.64 0.47 0.24
Hex 29 20 58 35 40 0 41 FA 2F 18
Octal 51 40 130 65 100 0 101 372 57 30
Binary 101001 100000 1011000 110101 1000000 0 1000001 11111010 101111 11000

Color Harmonies of #292058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292058

Black with #292058

Text Example


Text Example

White with #292058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292058; }

 p { color: rgb(41,32,88); }

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

background-color css

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

 a { background-color: rgb(41,32,88); }

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

border-color css

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

 span { border-color: rgb(41,32,88); }

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