Html Css Color HEX #2F2558 Paris M

📋 copy color: '#2F2558'

red 47 ◦ green 37 ◦ blue 88

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

Shades of Paris M #2F2558

Tints of Paris M #2F2558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

 BLUE value IS 88 (34.77% from 255) = 51.16%

R = 27.33%
G = 21.51%
B = 51.16%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F2558 (or 0x2F2558) is known color: Paris M. HEX triplet: 2F, 25 and 58. RGB value is (47,37,88). Sum of RGB (Red+Green+Blue) = 47+37+88=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F2558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2558 is #D0DAA7. Grayscale: #2D2D2D. Windows color (decimal): -13687464 or 5776687. OLE color: 5776687.

HSL color Cylindrical-coordinate representation of color #2F2558: hue angle of 251.76º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F2558 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 37 88 -
CMYK 0.47 0.58 0 0.65
HSL 251.76º 0.41% 0.25% -
HSV(B) 251.76º 0.58% 0.35% -
XYZ 3.6 2.63 9.55 -
YUV 45.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 47 37 88 0.47 0.58 0 0.65 251.76 0.41 0.25
Hex 2F 25 58 2F 3A 0 41 FC 29 19
Octal 57 45 130 57 72 0 101 374 51 31
Binary 101111 100101 1011000 101111 111010 0 1000001 11111100 101001 11001

Color Harmonies of #2F2558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2558

Black with #2F2558

Text Example


Text Example

White with #2F2558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,37,88); }

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

background-color css

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

 a { background-color: rgb(47,37,88); }

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

border-color css

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

 span { border-color: rgb(47,37,88); }

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