Html Css Color HEX #2D2062 Paris M

📋 copy color: '#2D2062'

red 45 ◦ green 32 ◦ blue 98

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

Shades of Paris M #2D2062

Tints of Paris M #2D2062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 56%

R = 25.71%
G = 18.29%
B = 56%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2D2062 (or 0x2D2062) is known color: Paris M. HEX triplet: 2D, 20 and 62. RGB value is (45,32,98). Sum of RGB (Red+Green+Blue) = 45+32+98=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #2D2062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2062 is #D2DF9D. Grayscale: #2B2B2B. Windows color (decimal): -13819806 or 6430765. OLE color: 6430765.

HSL color Cylindrical-coordinate representation of color #2D2062: hue angle of 251.82º degrees, saturation: 0.51, 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 #2D2062 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 32 98 -
CMYK 0.54 0.67 0 0.62
HSL 251.82º 0.51% 0.25% -
HSV(B) 251.82º 0.67% 0.38% -
XYZ 3.8 2.47 11.83 -
YUV 43.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 45 32 98 0.54 0.67 0 0.62 251.82 0.51 0.25
Hex 2D 20 62 36 43 0 3E FC 33 19
Octal 55 40 142 66 103 0 76 374 63 31
Binary 101101 100000 1100010 110110 1000011 0 111110 11111100 110011 11001

Color Harmonies of #2D2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2062

Black with #2D2062

Text Example


Text Example

White with #2D2062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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