Html Css Color HEX #2B2060 Paris M

📋 copy color: '#2B2060'

red 43 ◦ green 32 ◦ blue 96

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

Shades of Paris M #2B2060

Tints of Paris M #2B2060

RGB

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

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

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

R = 25.15%
G = 18.71%
B = 56.14%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B2060 (or 0x2B2060) is known color: Paris M. HEX triplet: 2B, 20 and 60. RGB value is (43,32,96). Sum of RGB (Red+Green+Blue) = 43+32+96=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B2060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2060 is #D4DF9F. Grayscale: #2A2A2A. Windows color (decimal): -13950880 or 6299691. OLE color: 6299691.

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

Color convert

RGB 43 32 96 -
CMYK 0.55 0.67 0 0.62
HSL 250.31º 0.5% 0.25% -
HSV(B) 250.31º 0.67% 0.38% -
XYZ 3.62 2.39 11.34 -
YUV 42.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 43 32 96 0.55 0.67 0 0.62 250.31 0.5 0.25
Hex 2B 20 60 37 43 0 3E FA 32 19
Octal 53 40 140 67 103 0 76 372 62 31
Binary 101011 100000 1100000 110111 1000011 0 111110 11111010 110010 11001

Color Harmonies of #2B2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2060

Black with #2B2060

Text Example


Text Example

White with #2B2060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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