Html Css Color HEX #2D2961 Paris M

📋 copy color: '#2D2961'

red 45 ◦ green 41 ◦ blue 97

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

Shades of Paris M #2D2961

Tints of Paris M #2D2961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.4%

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

R = 24.59%
G = 22.4%
B = 53.01%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2D2961 (or 0x2D2961) is known color: Paris M. HEX triplet: 2D, 29 and 61. RGB value is (45,41,97). Sum of RGB (Red+Green+Blue) = 45+41+97=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #2D2961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2961 is #D2D69E. Grayscale: #303030. Windows color (decimal): -13817503 or 6367533. OLE color: 6367533.

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

Color convert

RGB 45 41 97 -
CMYK 0.54 0.58 0 0.62
HSL 244.29º 0.41% 0.27% -
HSV(B) 244.29º 0.58% 0.38% -
XYZ 4.03 3.01 11.68 -
YUV 48.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 45 41 97 0.54 0.58 0 0.62 244.29 0.41 0.27
Hex 2D 29 61 36 3A 0 3E F4 29 1B
Octal 55 51 141 66 72 0 76 364 51 33
Binary 101101 101001 1100001 110110 111010 0 111110 11110100 101001 11011

Color Harmonies of #2D2961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2961

Black with #2D2961

Text Example


Text Example

White with #2D2961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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