Html Css Color HEX #2C215F Paris M

📋 copy color: '#2C215F'

red 44 ◦ green 33 ◦ blue 95

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

Shades of Paris M #2C215F

Tints of Paris M #2C215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

 BLUE value IS 95 (37.5% from 255) = 55.23%

R = 25.58%
G = 19.19%
B = 55.23%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2C215F (or 0x2C215F) is known color: Paris M. HEX triplet: 2C, 21 and 5F. RGB value is (44,33,95). Sum of RGB (Red+Green+Blue) = 44+33+95=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C215F is #D3DEA0. Grayscale: #2B2B2B. Windows color (decimal): -13885089 or 6234412. OLE color: 6234412.

HSL color Cylindrical-coordinate representation of color #2C215F: hue angle of 250.65º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C215F is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 44 33 95 -
CMYK 0.54 0.65 0 0.63
HSL 250.65º 0.48% 0.25% -
HSV(B) 250.65º 0.65% 0.37% -
XYZ 3.65 2.45 11.11 -
YUV 43.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 44 33 95 0.54 0.65 0 0.63 250.65 0.48 0.25
Hex 2C 21 5F 36 41 0 3F FB 30 19
Octal 54 41 137 66 101 0 77 373 60 31
Binary 101100 100001 1011111 110110 1000001 0 111111 11111011 110000 11001

Color Harmonies of #2C215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C215F

Black with #2C215F

Text Example


Text Example

White with #2C215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,33,95); }

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

background-color css

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

 a { background-color: rgb(44,33,95); }

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

border-color css

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

 span { border-color: rgb(44,33,95); }

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