Html Css Color HEX #221380 Persian Indigo

📋 copy color: '#221380'

red 34 ◦ green 19 ◦ blue 128

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

Shades of Persian Indigo #221380

Tints of Persian Indigo #221380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

 BLUE value IS 128 (50.39% from 255) = 70.72%

R = 18.78%
G = 10.5%
B = 70.72%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#221380 (or 0x221380) is known color: Persian Indigo. HEX triplet: 22, 13 and 80. RGB value is (34,19,128). Sum of RGB (Red+Green+Blue) = 34+19+128=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 128 (50.39% from 255 or 70.72% from 181); Max value from RGB is 128 - color contains mainly: blue. Hex color #221380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221380 is #DDEC7F. Grayscale: #232323. Windows color (decimal): -14544000 or 8393506. OLE color: 8393506.

HSL color Cylindrical-coordinate representation of color #221380: hue angle of 248.26º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221380 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 34 19 128 -
CMYK 0.73 0.85 0 0.50
HSL 248.26º 0.74% 0.29% -
HSV(B) 248.26º 0.85% 0.5% -
XYZ 4.79 2.36 20.63 -
YUV 35.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 34 19 128 0.73 0.85 0 0.50 248.26 0.74 0.29
Hex 22 13 80 49 55 0 32 F8 4A 1D
Octal 42 23 200 111 125 0 62 370 112 35
Binary 100010 10011 10000000 1001001 1010101 0 110010 11111000 1001010 11101

Color Harmonies of #221380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221380

Black with #221380

Text Example


Text Example

White with #221380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221380; }

 p { color: rgb(34,19,128); }

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

background-color css

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

 a { background-color: rgb(34,19,128); }

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

border-color css

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

 span { border-color: rgb(34,19,128); }

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