Html Css Color HEX #220F5F Paris M

📋 copy color: '#220F5F'

red 34 ◦ green 15 ◦ blue 95

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

Shades of Paris M #220F5F

Tints of Paris M #220F5F

RGB

 RED value IS 34 (13.67% from 255) = 23.61%

 GREEN value IS 15 (6.25% from 255) = 10.42%

 BLUE value IS 95 (37.5% from 255) = 65.97%

R = 23.61%
G = 10.42%
B = 65.97%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#220F5F (or 0x220F5F) is known color: Paris M. HEX triplet: 22, 0F and 5F. RGB value is (34,15,95). Sum of RGB (Red+Green+Blue) = 34+15+95=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #220F5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220F5F is #DDF0A0. Grayscale: #1D1D1D. Windows color (decimal): -14545057 or 6229794. OLE color: 6229794.

HSL color Cylindrical-coordinate representation of color #220F5F: hue angle of 254.25º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #220F5F is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 34 15 95 -
CMYK 0.64 0.84 0 0.63
HSL 254.25º 0.73% 0.22% -
HSV(B) 254.25º 0.84% 0.37% -
XYZ 2.9 1.51 10.96 -
YUV 29.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 34 15 95 0.64 0.84 0 0.63 254.25 0.73 0.22
Hex 22 F 5F 40 54 0 3F FE 49 16
Octal 42 17 137 100 124 0 77 376 111 26
Binary 100010 1111 1011111 1000000 1010100 0 111111 11111110 1001001 10110

Color Harmonies of #220F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220F5F

Black with #220F5F

Text Example


Text Example

White with #220F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220F5F; }

 p { color: rgb(34,15,95); }

 H1.HeaderClassName
 {
   color: #220F5F;
 }
 .AnyTagClassName
 {
   color: #220F5F;
 }
</style>

background-color css

<style>
 a { background-color: #220F5F; }

 a { background-color: rgb(34,15,95); }

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

border-color css

<style>
 span { border-color: #220F5F; }

 span { border-color: rgb(34,15,95); }

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