Html Css Color HEX #2F2158 Paris M

📋 copy color: '#2F2158'

red 47 ◦ green 33 ◦ blue 88

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

Shades of Paris M #2F2158

Tints of Paris M #2F2158

RGB

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

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

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

R = 27.98%
G = 19.64%
B = 52.38%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F2158 (or 0x2F2158) is known color: Paris M. HEX triplet: 2F, 21 and 58. RGB value is (47,33,88). Sum of RGB (Red+Green+Blue) = 47+33+88=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F2158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2158 is #D0DEA7. Grayscale: #2B2B2B. Windows color (decimal): -13688488 or 5775663. OLE color: 5775663.

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

Color convert

RGB 47 33 88 -
CMYK 0.47 0.62 0 0.65
HSL 255.27º 0.45% 0.24% -
HSV(B) 255.27º 0.63% 0.35% -
XYZ 3.48 2.4 9.51 -
YUV 43.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 47 33 88 0.47 0.62 0 0.65 255.27 0.45 0.24
Hex 2F 21 58 2F 3E 0 41 FF 2D 18
Octal 57 41 130 57 76 0 101 377 55 30
Binary 101111 100001 1011000 101111 111110 0 1000001 11111111 101101 11000

Color Harmonies of #2F2158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2158

Black with #2F2158

Text Example


Text Example

White with #2F2158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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