Html Css Color HEX #2C2058 Paris M

📋 copy color: '#2C2058'

red 44 ◦ green 32 ◦ blue 88

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

Shades of Paris M #2C2058

Tints of Paris M #2C2058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 53.66%

R = 26.83%
G = 19.51%
B = 53.66%

CMYK

 C value IS 0.5

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2C2058 (or 0x2C2058) is known color: Paris M. HEX triplet: 2C, 20 and 58. RGB value is (44,32,88). Sum of RGB (Red+Green+Blue) = 44+32+88=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C2058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2058 is #D3DFA7. Grayscale: #292929. Windows color (decimal): -13885352 or 5775404. OLE color: 5775404.

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

Color convert

RGB 44 32 88 -
CMYK 0.5 0.64 0 0.65
HSL 252.86º 0.47% 0.24% -
HSV(B) 252.86º 0.64% 0.35% -
XYZ 3.32 2.27 9.5 -
YUV 41.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 44 32 88 0.5 0.64 0 0.65 252.86 0.47 0.24
Hex 2C 20 58 32 40 0 41 FD 2F 18
Octal 54 40 130 62 100 0 101 375 57 30
Binary 101100 100000 1011000 110010 1000000 0 1000001 11111101 101111 11000

Color Harmonies of #2C2058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2058

Black with #2C2058

Text Example


Text Example

White with #2C2058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,32,88); }

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

background-color css

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

 a { background-color: rgb(44,32,88); }

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

border-color css

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

 span { border-color: rgb(44,32,88); }

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