Html Css Color HEX #2F2060 Paris M

📋 copy color: '#2F2060'

red 47 ◦ green 32 ◦ blue 96

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

Shades of Paris M #2F2060

Tints of Paris M #2F2060

RGB

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

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

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

R = 26.86%
G = 18.29%
B = 54.86%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F2060 (or 0x2F2060) is known color: Paris M. HEX triplet: 2F, 20 and 60. RGB value is (47,32,96). Sum of RGB (Red+Green+Blue) = 47+32+96=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F2060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2060 is #D0DF9F. Grayscale: #2B2B2B. Windows color (decimal): -13688736 or 6299695. OLE color: 6299695.

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

Color convert

RGB 47 32 96 -
CMYK 0.51 0.67 0 0.62
HSL 254.06º 0.5% 0.25% -
HSV(B) 254.06º 0.67% 0.38% -
XYZ 3.8 2.48 11.35 -
YUV 43.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 47 32 96 0.51 0.67 0 0.62 254.06 0.5 0.25
Hex 2F 20 60 33 43 0 3E FE 32 19
Octal 57 40 140 63 103 0 76 376 62 31
Binary 101111 100000 1100000 110011 1000011 0 111110 11111110 110010 11001

Color Harmonies of #2F2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2060

Black with #2F2060

Text Example


Text Example

White with #2F2060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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