Html Css Color HEX #221560 Paris M

📋 copy color: '#221560'

red 34 ◦ green 21 ◦ blue 96

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

Shades of Paris M #221560

Tints of Paris M #221560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.91%

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

R = 22.52%
G = 13.91%
B = 63.58%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#221560 (or 0x221560) is known color: Paris M. HEX triplet: 22, 15 and 60. RGB value is (34,21,96). Sum of RGB (Red+Green+Blue) = 34+21+96=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #221560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221560 is #DDEA9F. Grayscale: #212121. Windows color (decimal): -14543520 or 6296866. OLE color: 6296866.

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

Color convert

RGB 34 21 96 -
CMYK 0.65 0.78 0 0.62
HSL 250.4º 0.64% 0.23% -
HSV(B) 250.4º 0.78% 0.38% -
XYZ 3.04 1.72 11.24 -
YUV 33.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 34 21 96 0.65 0.78 0 0.62 250.4 0.64 0.23
Hex 22 15 60 41 4E 0 3E FA 40 17
Octal 42 25 140 101 116 0 76 372 100 27
Binary 100010 10101 1100000 1000001 1001110 0 111110 11111010 1000000 10111

Color Harmonies of #221560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221560

Black with #221560

Text Example


Text Example

White with #221560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221560; }

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

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

background-color css

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

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

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

border-color css

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

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

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