Html Css Color HEX #2F2366 Paris M

📋 copy color: '#2F2366'

red 47 ◦ green 35 ◦ blue 102

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

Shades of Paris M #2F2366

Tints of Paris M #2F2366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.02%

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

R = 25.54%
G = 19.02%
B = 55.43%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2F2366 (or 0x2F2366) is known color: Paris M. HEX triplet: 2F, 23 and 66. RGB value is (47,35,102). Sum of RGB (Red+Green+Blue) = 47+35+102=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #2F2366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2366 is #D0DC99. Grayscale: #2D2D2D. Windows color (decimal): -13687962 or 6693679. OLE color: 6693679.

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

Color convert

RGB 47 35 102 -
CMYK 0.54 0.66 0 0.6
HSL 250.75º 0.49% 0.27% -
HSV(B) 250.75º 0.66% 0.4% -
XYZ 4.17 2.77 12.88 -
YUV 46.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 47 35 102 0.54 0.66 0 0.6 250.75 0.49 0.27
Hex 2F 23 66 36 42 0 3C FB 31 1B
Octal 57 43 146 66 102 0 74 373 61 33
Binary 101111 100011 1100110 110110 1000010 0 111100 11111011 110001 11011

Color Harmonies of #2F2366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2366

Black with #2F2366

Text Example


Text Example

White with #2F2366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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