Html Css Color HEX #221FC1 Persian Blue

📋 copy color: '#221FC1'

red 34 ◦ green 31 ◦ blue 193

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

Shades of Persian Blue #221FC1

Tints of Persian Blue #221FC1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.02%

 BLUE value IS 193 (75.78% from 255) = 74.81%

R = 13.18%
G = 12.02%
B = 74.81%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#221FC1 (or 0x221FC1) is known color: Persian Blue. HEX triplet: 22, 1F and C1. RGB value is (34,31,193). Sum of RGB (Red+Green+Blue) = 34+31+193=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 193 (75.78% from 255 or 74.81% from 258); Max value from RGB is 193 - color contains mainly: blue. Hex color #221FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221FC1 is #DDE03E. Grayscale: #313131. Windows color (decimal): -14540863 or 12656418. OLE color: 12656418.

HSL color Cylindrical-coordinate representation of color #221FC1: hue angle of 241.11º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221FC1 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 31 193 -
CMYK 0.82 0.84 0 0.24
HSL 241.11º 0.72% 0.44% -
HSV(B) 241.11º 0.84% 0.76% -
XYZ 10.78 5.17 50.88 -
YUV 50.37 208.49 116.33 -
System Red Green Blue C M Y K H S L
Decimal 34 31 193 0.82 0.84 0 0.24 241.11 0.72 0.44
Hex 22 1F C1 52 54 0 18 F1 48 2C
Octal 42 37 301 122 124 0 30 361 110 54
Binary 100010 11111 11000001 1010010 1010100 0 11000 11110001 1001000 101100

Color Harmonies of #221FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221FC1

Black with #221FC1

Text Example


Text Example

White with #221FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221FC1; }

 p { color: rgb(34,31,193); }

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

background-color css

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

 a { background-color: rgb(34,31,193); }

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

border-color css

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

 span { border-color: rgb(34,31,193); }

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