Html Css Color HEX #221CB1 Persian Blue

📋 copy color: '#221CB1'

red 34 ◦ green 28 ◦ blue 177

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

Shades of Persian Blue #221CB1

Tints of Persian Blue #221CB1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.72%

 BLUE value IS 177 (69.53% from 255) = 74.06%

R = 14.23%
G = 11.72%
B = 74.06%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#221CB1 (or 0x221CB1) is known color: Persian Blue. HEX triplet: 22, 1C and B1. RGB value is (34,28,177). Sum of RGB (Red+Green+Blue) = 34+28+177=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 177 (69.53% from 255 or 74.06% from 239); Max value from RGB is 177 - color contains mainly: blue. Hex color #221CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221CB1 is #DDE34E. Grayscale: #2E2E2E. Windows color (decimal): -14541647 or 11607074. OLE color: 11607074.

HSL color Cylindrical-coordinate representation of color #221CB1: hue angle of 242.42º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221CB1 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 28 177 -
CMYK 0.81 0.84 0 0.31
HSL 242.42º 0.73% 0.4% -
HSV(B) 242.42º 0.84% 0.69% -
XYZ 9.01 4.34 41.96 -
YUV 46.78 201.49 118.88 -
System Red Green Blue C M Y K H S L
Decimal 34 28 177 0.81 0.84 0 0.31 242.42 0.73 0.4
Hex 22 1C B1 51 54 0 1F F2 49 28
Octal 42 34 261 121 124 0 37 362 111 50
Binary 100010 11100 10110001 1010001 1010100 0 11111 11110010 1001001 101000

Color Harmonies of #221CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221CB1

Black with #221CB1

Text Example


Text Example

White with #221CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,28,177); }

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

background-color css

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

 a { background-color: rgb(34,28,177); }

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

border-color css

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

 span { border-color: rgb(34,28,177); }

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