Html Css Color HEX #2D2761 Paris M

📋 copy color: '#2D2761'

red 45 ◦ green 39 ◦ blue 97

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

Shades of Paris M #2D2761

Tints of Paris M #2D2761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.59%

R = 24.86%
G = 21.55%
B = 53.59%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2D2761 (or 0x2D2761) is known color: Paris M. HEX triplet: 2D, 27 and 61. RGB value is (45,39,97). Sum of RGB (Red+Green+Blue) = 45+39+97=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #2D2761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2761 is #D2D89E. Grayscale: #2F2F2F. Windows color (decimal): -13818015 or 6367021. OLE color: 6367021.

HSL color Cylindrical-coordinate representation of color #2D2761: hue angle of 246.21º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D2761 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 39 97 -
CMYK 0.54 0.60 0 0.62
HSL 246.21º 0.43% 0.27% -
HSV(B) 246.21º 0.6% 0.38% -
XYZ 3.97 2.87 11.65 -
YUV 47.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 45 39 97 0.54 0.60 0 0.62 246.21 0.43 0.27
Hex 2D 27 61 36 3C 0 3E F6 2B 1B
Octal 55 47 141 66 74 0 76 366 53 33
Binary 101101 100111 1100001 110110 111100 0 111110 11110110 101011 11011

Color Harmonies of #2D2761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2761

Black with #2D2761

Text Example


Text Example

White with #2D2761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,39,97); }

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

background-color css

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

 a { background-color: rgb(45,39,97); }

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

border-color css

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

 span { border-color: rgb(45,39,97); }

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