Html Css Color HEX #2F2166 Paris M

📋 copy color: '#2F2166'

red 47 ◦ green 33 ◦ blue 102

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

Shades of Paris M #2F2166

Tints of Paris M #2F2166

RGB

 RED value IS 47 (18.75% from 255) = 25.82%

 GREEN value IS 33 (13.28% from 255) = 18.13%

 BLUE value IS 102 (40.23% from 255) = 56.04%

R = 25.82%
G = 18.13%
B = 56.04%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2F2166 (or 0x2F2166) is known color: Paris M. HEX triplet: 2F, 21 and 66. RGB value is (47,33,102). Sum of RGB (Red+Green+Blue) = 47+33+102=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #2F2166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2166 is #D0DE99. Grayscale: #2C2C2C. Windows color (decimal): -13688474 or 6693167. OLE color: 6693167.

HSL color Cylindrical-coordinate representation of color #2F2166: hue angle of 252.17º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F2166 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 47 33 102 -
CMYK 0.54 0.68 0 0.6
HSL 252.17º 0.51% 0.26% -
HSV(B) 252.17º 0.68% 0.4% -
XYZ 4.11 2.65 12.87 -
YUV 45.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 47 33 102 0.54 0.68 0 0.6 252.17 0.51 0.26
Hex 2F 21 66 36 44 0 3C FC 33 1A
Octal 57 41 146 66 104 0 74 374 63 32
Binary 101111 100001 1100110 110110 1000100 0 111100 11111100 110011 11010

Color Harmonies of #2F2166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2166

Black with #2F2166

Text Example


Text Example

White with #2F2166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,33,102); }

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

background-color css

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

 a { background-color: rgb(47,33,102); }

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

border-color css

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

 span { border-color: rgb(47,33,102); }

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