Html Css Color HEX #2D2060 Paris M

📋 copy color: '#2D2060'

red 45 ◦ green 32 ◦ blue 96

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

Shades of Paris M #2D2060

Tints of Paris M #2D2060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 55.49%

R = 26.01%
G = 18.5%
B = 55.49%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2D2060 (or 0x2D2060) is known color: Paris M. HEX triplet: 2D, 20 and 60. RGB value is (45,32,96). Sum of RGB (Red+Green+Blue) = 45+32+96=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D2060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2060 is #D2DF9F. Grayscale: #2A2A2A. Windows color (decimal): -13819808 or 6299693. OLE color: 6299693.

HSL color Cylindrical-coordinate representation of color #2D2060: hue angle of 252.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D2060 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 32 96 -
CMYK 0.53 0.67 0 0.62
HSL 252.19º 0.5% 0.25% -
HSV(B) 252.19º 0.67% 0.38% -
XYZ 3.71 2.44 11.34 -
YUV 43.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 45 32 96 0.53 0.67 0 0.62 252.19 0.5 0.25
Hex 2D 20 60 35 43 0 3E FC 32 19
Octal 55 40 140 65 103 0 76 374 62 31
Binary 101101 100000 1100000 110101 1000011 0 111110 11111100 110010 11001

Color Harmonies of #2D2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2060

Black with #2D2060

Text Example


Text Example

White with #2D2060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,32,96); }

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

background-color css

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

 a { background-color: rgb(45,32,96); }

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

border-color css

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

 span { border-color: rgb(45,32,96); }

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