Html Css Color HEX #292068 Paris M

📋 copy color: '#292068'

red 41 ◦ green 32 ◦ blue 104

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

Shades of Paris M #292068

Tints of Paris M #292068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 58.76%

R = 23.16%
G = 18.08%
B = 58.76%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#292068 (or 0x292068) is known color: Paris M. HEX triplet: 29, 20 and 68. RGB value is (41,32,104). Sum of RGB (Red+Green+Blue) = 41+32+104=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #292068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292068 is #D6DF97. Grayscale: #2A2A2A. Windows color (decimal): -14081944 or 6823977. OLE color: 6823977.

HSL color Cylindrical-coordinate representation of color #292068: hue angle of 247.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #292068 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 32 104 -
CMYK 0.61 0.69 0 0.59
HSL 247.5º 0.53% 0.27% -
HSV(B) 247.5º 0.69% 0.41% -
XYZ 3.93 2.5 13.37 -
YUV 42.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 41 32 104 0.61 0.69 0 0.59 247.5 0.53 0.27
Hex 29 20 68 3D 45 0 3B F8 35 1B
Octal 51 40 150 75 105 0 73 370 65 33
Binary 101001 100000 1101000 111101 1000101 0 111011 11111000 110101 11011

Color Harmonies of #292068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292068

Black with #292068

Text Example


Text Example

White with #292068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292068; }

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

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

background-color css

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

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

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

border-color css

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

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

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