Html Css Color HEX #2B205C Paris M

📋 copy color: '#2B205C'

red 43 ◦ green 32 ◦ blue 92

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

Shades of Paris M #2B205C

Tints of Paris M #2B205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 55.09%

R = 25.75%
G = 19.16%
B = 55.09%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2B205C (or 0x2B205C) is known color: Paris M. HEX triplet: 2B, 20 and 5C. RGB value is (43,32,92). Sum of RGB (Red+Green+Blue) = 43+32+92=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B205C is #D4DFA3. Grayscale: #292929. Windows color (decimal): -13950884 or 6037547. OLE color: 6037547.

HSL color Cylindrical-coordinate representation of color #2B205C: hue angle of 251º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B205C is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 43 32 92 -
CMYK 0.53 0.65 0 0.64
HSL 251º 0.48% 0.24% -
HSV(B) 251º 0.65% 0.36% -
XYZ 3.44 2.32 10.39 -
YUV 42.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 43 32 92 0.53 0.65 0 0.64 251 0.48 0.24
Hex 2B 20 5C 35 41 0 40 FB 30 18
Octal 53 40 134 65 101 0 100 373 60 30
Binary 101011 100000 1011100 110101 1000001 0 1000000 11111011 110000 11000

Color Harmonies of #2B205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B205C

Black with #2B205C

Text Example


Text Example

White with #2B205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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