Html Css Color HEX #2F1F70 Paris M

📋 copy color: '#2F1F70'

red 47 ◦ green 31 ◦ blue 112

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

Shades of Paris M #2F1F70

Tints of Paris M #2F1F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.32%

 BLUE value IS 112 (44.14% from 255) = 58.95%

R = 24.74%
G = 16.32%
B = 58.95%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F1F70 (or 0x2F1F70) is known color: Paris M. HEX triplet: 2F, 1F and 70. RGB value is (47,31,112). Sum of RGB (Red+Green+Blue) = 47+31+112=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F1F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1F70 is #D0E08F. Grayscale: #2C2C2C. Windows color (decimal): -13688976 or 7348015. OLE color: 7348015.

HSL color Cylindrical-coordinate representation of color #2F1F70: hue angle of 251.85º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F1F70 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 31 112 -
CMYK 0.58 0.72 0 0.56
HSL 251.85º 0.57% 0.28% -
HSV(B) 251.85º 0.72% 0.44% -
XYZ 4.59 2.75 15.62 -
YUV 45.02 165.8 129.41 -
System Red Green Blue C M Y K H S L
Decimal 47 31 112 0.58 0.72 0 0.56 251.85 0.57 0.28
Hex 2F 1F 70 3A 48 0 38 FC 39 1C
Octal 57 37 160 72 110 0 70 374 71 34
Binary 101111 11111 1110000 111010 1001000 0 111000 11111100 111001 11100

Color Harmonies of #2F1F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1F70

Black with #2F1F70

Text Example


Text Example

White with #2F1F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,31,112); }

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

background-color css

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

 a { background-color: rgb(47,31,112); }

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

border-color css

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

 span { border-color: rgb(47,31,112); }

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