Html Css Color HEX #2F215A Paris M

📋 copy color: '#2F215A'

red 47 ◦ green 33 ◦ blue 90

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

Shades of Paris M #2F215A

Tints of Paris M #2F215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 52.94%

R = 27.65%
G = 19.41%
B = 52.94%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F215A (or 0x2F215A) is known color: Paris M. HEX triplet: 2F, 21 and 5A. RGB value is (47,33,90). Sum of RGB (Red+Green+Blue) = 47+33+90=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F215A is #D0DEA5. Grayscale: #2B2B2B. Windows color (decimal): -13688486 or 5906735. OLE color: 5906735.

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

Color convert

RGB 47 33 90 -
CMYK 0.48 0.63 0 0.65
HSL 254.74º 0.46% 0.24% -
HSV(B) 254.74º 0.63% 0.35% -
XYZ 3.56 2.43 9.95 -
YUV 43.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 47 33 90 0.48 0.63 0 0.65 254.74 0.46 0.24
Hex 2F 21 5A 30 3F 0 41 FF 2E 18
Octal 57 41 132 60 77 0 101 377 56 30
Binary 101111 100001 1011010 110000 111111 0 1000001 11111111 101110 11000

Color Harmonies of #2F215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F215A

Black with #2F215A

Text Example


Text Example

White with #2F215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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