Html Css Color HEX #2C275B Paris M

📋 copy color: '#2C275B'

red 44 ◦ green 39 ◦ blue 91

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

Shades of Paris M #2C275B

Tints of Paris M #2C275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

 BLUE value IS 91 (35.94% from 255) = 52.3%

R = 25.29%
G = 22.41%
B = 52.3%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2C275B (or 0x2C275B) is known color: Paris M. HEX triplet: 2C, 27 and 5B. RGB value is (44,39,91). Sum of RGB (Red+Green+Blue) = 44+39+91=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #2C275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C275B is #D3D8A4. Grayscale: #2E2E2E. Windows color (decimal): -13883557 or 5973804. OLE color: 5973804.

HSL color Cylindrical-coordinate representation of color #2C275B: hue angle of 245.77º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C275B is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 44 39 91 -
CMYK 0.52 0.57 0 0.64
HSL 245.77º 0.4% 0.25% -
HSV(B) 245.77º 0.57% 0.36% -
XYZ 3.65 2.74 10.23 -
YUV 46.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 44 39 91 0.52 0.57 0 0.64 245.77 0.4 0.25
Hex 2C 27 5B 34 39 0 40 F6 28 19
Octal 54 47 133 64 71 0 100 366 50 31
Binary 101100 100111 1011011 110100 111001 0 1000000 11110110 101000 11001

Color Harmonies of #2C275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C275B

Black with #2C275B

Text Example


Text Example

White with #2C275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,39,91); }

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

background-color css

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

 a { background-color: rgb(44,39,91); }

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

border-color css

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

 span { border-color: rgb(44,39,91); }

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