Html Css Color HEX #221060 Paris M

📋 copy color: '#221060'

red 34 ◦ green 16 ◦ blue 96

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

Shades of Paris M #221060

Tints of Paris M #221060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.96%

 BLUE value IS 96 (37.89% from 255) = 65.75%

R = 23.29%
G = 10.96%
B = 65.75%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#221060 (or 0x221060) is known color: Paris M. HEX triplet: 22, 10 and 60. RGB value is (34,16,96). Sum of RGB (Red+Green+Blue) = 34+16+96=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #221060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221060 is #DDEF9F. Grayscale: #1E1E1E. Windows color (decimal): -14544800 or 6295586. OLE color: 6295586.

HSL color Cylindrical-coordinate representation of color #221060: hue angle of 253.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #221060 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 16 96 -
CMYK 0.65 0.83 0 0.62
HSL 253.5º 0.71% 0.22% -
HSV(B) 253.5º 0.83% 0.38% -
XYZ 2.96 1.56 11.21 -
YUV 30.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 34 16 96 0.65 0.83 0 0.62 253.5 0.71 0.22
Hex 22 10 60 41 53 0 3E FE 47 16
Octal 42 20 140 101 123 0 76 376 107 26
Binary 100010 10000 1100000 1000001 1010011 0 111110 11111110 1000111 10110

Color Harmonies of #221060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221060

Black with #221060

Text Example


Text Example

White with #221060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221060; }

 p { color: rgb(34,16,96); }

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

background-color css

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

 a { background-color: rgb(34,16,96); }

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

border-color css

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

 span { border-color: rgb(34,16,96); }

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