Html Css Color HEX #292158 Paua

📋 copy color: '#292158'

red 41 ◦ green 33 ◦ blue 88

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

Shades of Paua #292158

Tints of Paua #292158

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.37%

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

R = 25.31%
G = 20.37%
B = 54.32%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#292158 (or 0x292158) is known color: Paua. HEX triplet: 29, 21 and 58. RGB value is (41,33,88). Sum of RGB (Red+Green+Blue) = 41+33+88=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #292158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292158 is #D6DEA7. Grayscale: #292929. Windows color (decimal): -14081704 or 5775657. OLE color: 5775657.

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

Color convert

RGB 41 33 88 -
CMYK 0.53 0.62 0 0.65
HSL 248.73º 0.45% 0.24% -
HSV(B) 248.73º 0.63% 0.35% -
XYZ 3.22 2.26 9.5 -
YUV 41.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 41 33 88 0.53 0.62 0 0.65 248.73 0.45 0.24
Hex 29 21 58 35 3E 0 41 F9 2D 18
Octal 51 41 130 65 76 0 101 371 55 30
Binary 101001 100001 1011000 110101 111110 0 1000001 11111001 101101 11000

Color Harmonies of #292158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292158

Black with #292158

Text Example


Text Example

White with #292158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292158; }

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

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

background-color css

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

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

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

border-color css

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

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

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