Html Css Color HEX #2D2659 Paris M

📋 copy color: '#2D2659'

red 45 ◦ green 38 ◦ blue 89

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

Shades of Paris M #2D2659

Tints of Paris M #2D2659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 89 (35.16% from 255) = 51.74%

R = 26.16%
G = 22.09%
B = 51.74%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2D2659 (or 0x2D2659) is known color: Paris M. HEX triplet: 2D, 26 and 59. RGB value is (45,38,89). Sum of RGB (Red+Green+Blue) = 45+38+89=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #2D2659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2659 is #D2D9A6. Grayscale: #2D2D2D. Windows color (decimal): -13818279 or 5842477. OLE color: 5842477.

HSL color Cylindrical-coordinate representation of color #2D2659: hue angle of 248.24º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D2659 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 38 89 -
CMYK 0.49 0.57 0 0.65
HSL 248.24º 0.4% 0.25% -
HSV(B) 248.24º 0.57% 0.35% -
XYZ 3.58 2.67 9.78 -
YUV 45.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 45 38 89 0.49 0.57 0 0.65 248.24 0.4 0.25
Hex 2D 26 59 31 39 0 41 F8 28 19
Octal 55 46 131 61 71 0 101 370 50 31
Binary 101101 100110 1011001 110001 111001 0 1000001 11111000 101000 11001

Color Harmonies of #2D2659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2659

Black with #2D2659

Text Example


Text Example

White with #2D2659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,38,89); }

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

background-color css

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

 a { background-color: rgb(45,38,89); }

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

border-color css

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

 span { border-color: rgb(45,38,89); }

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