Html Css Color HEX #2B2471 Paris M

📋 copy color: '#2B2471'

red 43 ◦ green 36 ◦ blue 113

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

Shades of Paris M #2B2471

Tints of Paris M #2B2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.75%

 BLUE value IS 113 (44.53% from 255) = 58.85%

R = 22.4%
G = 18.75%
B = 58.85%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B2471 (or 0x2B2471) is known color: Paris M. HEX triplet: 2B, 24 and 71. RGB value is (43,36,113). Sum of RGB (Red+Green+Blue) = 43+36+113=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B2471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2471 is #D4DB8E. Grayscale: #2E2E2E. Windows color (decimal): -13949839 or 7414827. OLE color: 7414827.

HSL color Cylindrical-coordinate representation of color #2B2471: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B2471 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 36 113 -
CMYK 0.62 0.68 0 0.56
HSL 245.45º 0.52% 0.29% -
HSV(B) 245.45º 0.68% 0.44% -
XYZ 4.61 2.97 15.95 -
YUV 46.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 43 36 113 0.62 0.68 0 0.56 245.45 0.52 0.29
Hex 2B 24 71 3E 44 0 38 F5 34 1D
Octal 53 44 161 76 104 0 70 365 64 35
Binary 101011 100100 1110001 111110 1000100 0 111000 11110101 110100 11101

Color Harmonies of #2B2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2471

Black with #2B2471

Text Example


Text Example

White with #2B2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,36,113); }

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

background-color css

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

 a { background-color: rgb(43,36,113); }

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

border-color css

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

 span { border-color: rgb(43,36,113); }

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