Html Css Color HEX #22125F Paris M

📋 copy color: '#22125F'

red 34 ◦ green 18 ◦ blue 95

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

Shades of Paris M #22125F

Tints of Paris M #22125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

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

R = 23.13%
G = 12.24%
B = 64.63%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#22125F (or 0x22125F) is known color: Paris M. HEX triplet: 22, 12 and 5F. RGB value is (34,18,95). Sum of RGB (Red+Green+Blue) = 34+18+95=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #22125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22125F is #DDEDA0. Grayscale: #1F1F1F. Windows color (decimal): -14544289 or 6230562. OLE color: 6230562.

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

Color convert

RGB 34 18 95 -
CMYK 0.64 0.81 0 0.63
HSL 252.47º 0.68% 0.22% -
HSV(B) 252.47º 0.81% 0.37% -
XYZ 2.94 1.6 10.98 -
YUV 31.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 34 18 95 0.64 0.81 0 0.63 252.47 0.68 0.22
Hex 22 12 5F 40 51 0 3F FC 44 16
Octal 42 22 137 100 121 0 77 374 104 26
Binary 100010 10010 1011111 1000000 1010001 0 111111 11111100 1000100 10110

Color Harmonies of #22125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22125F

Black with #22125F

Text Example


Text Example

White with #22125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22125F; }

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

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

background-color css

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

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

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

border-color css

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

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

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