Html Css Color HEX #292555 Paua

📋 copy color: '#292555'

red 41 ◦ green 37 ◦ blue 85

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

Shades of Paua #292555

Tints of Paua #292555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.7%

 BLUE value IS 85 (33.59% from 255) = 52.15%

R = 25.15%
G = 22.7%
B = 52.15%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#292555 (or 0x292555) is known color: Paua. HEX triplet: 29, 25 and 55. RGB value is (41,37,85). Sum of RGB (Red+Green+Blue) = 41+37+85=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #292555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292555 is #D6DAAA. Grayscale: #2B2B2B. Windows color (decimal): -14080683 or 5580073. OLE color: 5580073.

HSL color Cylindrical-coordinate representation of color #292555: hue angle of 245º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #292555 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 37 85 -
CMYK 0.52 0.56 0 0.67
HSL 245º 0.39% 0.24% -
HSV(B) 245º 0.56% 0.33% -
XYZ 3.22 2.45 8.9 -
YUV 43.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 41 37 85 0.52 0.56 0 0.67 245 0.39 0.24
Hex 29 25 55 34 38 0 43 F5 27 18
Octal 51 45 125 64 70 0 103 365 47 30
Binary 101001 100101 1010101 110100 111000 0 1000011 11110101 100111 11000

Color Harmonies of #292555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292555

Black with #292555

Text Example


Text Example

White with #292555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292555; }

 p { color: rgb(41,37,85); }

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

background-color css

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

 a { background-color: rgb(41,37,85); }

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

border-color css

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

 span { border-color: rgb(41,37,85); }

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