Html Css Color HEX #2B2062 Paris M

📋 copy color: '#2B2062'

red 43 ◦ green 32 ◦ blue 98

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

Shades of Paris M #2B2062

Tints of Paris M #2B2062

RGB

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

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

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

R = 24.86%
G = 18.5%
B = 56.65%

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

#2B2062 (or 0x2B2062) is known color: Paris M. HEX triplet: 2B, 20 and 62. RGB value is (43,32,98). Sum of RGB (Red+Green+Blue) = 43+32+98=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B2062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2062 is #D4DF9D. Grayscale: #2A2A2A. Windows color (decimal): -13950878 or 6430763. OLE color: 6430763.

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

Color convert

RGB 43 32 98 -
CMYK 0.56 0.67 0 0.62
HSL 250º 0.51% 0.25% -
HSV(B) 250º 0.67% 0.38% -
XYZ 3.72 2.43 11.83 -
YUV 42.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 43 32 98 0.56 0.67 0 0.62 250 0.51 0.25
Hex 2B 20 62 38 43 0 3E FA 33 19
Octal 53 40 142 70 103 0 76 372 63 31
Binary 101011 100000 1100010 111000 1000011 0 111110 11111010 110011 11001

Color Harmonies of #2B2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2062

Black with #2B2062

Text Example


Text Example

White with #2B2062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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