Html Css Color HEX #2D2577 Paris M

📋 copy color: '#2D2577'

red 45 ◦ green 37 ◦ blue 119

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

Shades of Paris M #2D2577

Tints of Paris M #2D2577

RGB

 RED value IS 45 (17.97% from 255) = 22.39%

 GREEN value IS 37 (14.84% from 255) = 18.41%

 BLUE value IS 119 (46.88% from 255) = 59.2%

R = 22.39%
G = 18.41%
B = 59.2%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D2577 (or 0x2D2577) is known color: Paris M. HEX triplet: 2D, 25 and 77. RGB value is (45,37,119). Sum of RGB (Red+Green+Blue) = 45+37+119=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #2D2577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2577 is #D2DA88. Grayscale: #303030. Windows color (decimal): -13818505 or 7808301. OLE color: 7808301.

HSL color Cylindrical-coordinate representation of color #2D2577: hue angle of 245.85º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D2577 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 37 119 -
CMYK 0.62 0.69 0 0.53
HSL 245.85º 0.53% 0.31% -
HSV(B) 245.85º 0.69% 0.47% -
XYZ 5.07 3.21 17.81 -
YUV 48.74 167.65 125.33 -
System Red Green Blue C M Y K H S L
Decimal 45 37 119 0.62 0.69 0 0.53 245.85 0.53 0.31
Hex 2D 25 77 3E 45 0 35 F6 35 1F
Octal 55 45 167 76 105 0 65 366 65 37
Binary 101101 100101 1110111 111110 1000101 0 110101 11110110 110101 11111

Color Harmonies of #2D2577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2577

Black with #2D2577

Text Example


Text Example

White with #2D2577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,37,119); }

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

background-color css

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

 a { background-color: rgb(45,37,119); }

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

border-color css

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

 span { border-color: rgb(45,37,119); }

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