Html Css Color HEX #2C1F59 Paris M

📋 copy color: '#2C1F59'

red 44 ◦ green 31 ◦ blue 89

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

Shades of Paris M #2C1F59

Tints of Paris M #2C1F59

RGB

 RED value IS 44 (17.58% from 255) = 26.83%

 GREEN value IS 31 (12.5% from 255) = 18.9%

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

R = 26.83%
G = 18.9%
B = 54.27%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2C1F59 (or 0x2C1F59) is known color: Paris M. HEX triplet: 2C, 1F and 59. RGB value is (44,31,89). Sum of RGB (Red+Green+Blue) = 44+31+89=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C1F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C1F59 is #D3E0A6. Grayscale: #292929. Windows color (decimal): -13885607 or 5840684. OLE color: 5840684.

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

Color convert

RGB 44 31 89 -
CMYK 0.51 0.65 0 0.65
HSL 253.45º 0.48% 0.24% -
HSV(B) 253.45º 0.65% 0.35% -
XYZ 3.33 2.24 9.71 -
YUV 41.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 44 31 89 0.51 0.65 0 0.65 253.45 0.48 0.24
Hex 2C 1F 59 33 41 0 41 FD 30 18
Octal 54 37 131 63 101 0 101 375 60 30
Binary 101100 11111 1011001 110011 1000001 0 1000001 11111101 110000 11000

Color Harmonies of #2C1F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1F59

Black with #2C1F59

Text Example


Text Example

White with #2C1F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,31,89); }

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

background-color css

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

 a { background-color: rgb(44,31,89); }

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

border-color css

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

 span { border-color: rgb(44,31,89); }

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