Html Css Color HEX #2B2061 Paris M

📋 copy color: '#2B2061'

red 43 ◦ green 32 ◦ blue 97

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

Shades of Paris M #2B2061

Tints of Paris M #2B2061

RGB

 RED value IS 43 (17.19% from 255) = 25%

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

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

R = 25%
G = 18.6%
B = 56.4%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B2061 (or 0x2B2061) is known color: Paris M. HEX triplet: 2B, 20 and 61. RGB value is (43,32,97). Sum of RGB (Red+Green+Blue) = 43+32+97=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B2061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2061 is #D4DF9E. Grayscale: #2A2A2A. Windows color (decimal): -13950879 or 6365227. OLE color: 6365227.

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

Color convert

RGB 43 32 97 -
CMYK 0.56 0.67 0 0.62
HSL 250.15º 0.5% 0.25% -
HSV(B) 250.15º 0.67% 0.38% -
XYZ 3.67 2.41 11.58 -
YUV 42.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 43 32 97 0.56 0.67 0 0.62 250.15 0.5 0.25
Hex 2B 20 61 38 43 0 3E FA 32 19
Octal 53 40 141 70 103 0 76 372 62 31
Binary 101011 100000 1100001 111000 1000011 0 111110 11111010 110010 11001

Color Harmonies of #2B2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2061

Black with #2B2061

Text Example


Text Example

White with #2B2061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,32,97); }

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

background-color css

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

 a { background-color: rgb(43,32,97); }

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

border-color css

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

 span { border-color: rgb(43,32,97); }

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