Html Css Color HEX #2C2671 Paris M

📋 copy color: '#2C2671'

red 44 ◦ green 38 ◦ blue 113

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

Shades of Paris M #2C2671

Tints of Paris M #2C2671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.49%

 BLUE value IS 113 (44.53% from 255) = 57.95%

R = 22.56%
G = 19.49%
B = 57.95%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C2671 (or 0x2C2671) is known color: Paris M. HEX triplet: 2C, 26 and 71. RGB value is (44,38,113). Sum of RGB (Red+Green+Blue) = 44+38+113=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C2671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2671 is #D3D98E. Grayscale: #303030. Windows color (decimal): -13883791 or 7415340. OLE color: 7415340.

HSL color Cylindrical-coordinate representation of color #2C2671: hue angle of 244.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C2671 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 38 113 -
CMYK 0.61 0.66 0 0.56
HSL 244.8º 0.5% 0.3% -
HSV(B) 244.8º 0.66% 0.44% -
XYZ 4.71 3.11 15.98 -
YUV 48.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 44 38 113 0.61 0.66 0 0.56 244.8 0.5 0.3
Hex 2C 26 71 3D 42 0 38 F5 32 1E
Octal 54 46 161 75 102 0 70 365 62 36
Binary 101100 100110 1110001 111101 1000010 0 111000 11110101 110010 11110

Color Harmonies of #2C2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2671

Black with #2C2671

Text Example


Text Example

White with #2C2671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,38,113); }

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

background-color css

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

 a { background-color: rgb(44,38,113); }

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

border-color css

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

 span { border-color: rgb(44,38,113); }

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