Html Css Color HEX #220270 Persian Indigo

📋 copy color: '#220270'

red 34 ◦ green 2 ◦ blue 112

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

Shades of Persian Indigo #220270

Tints of Persian Indigo #220270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.35%

 BLUE value IS 112 (44.14% from 255) = 75.68%

R = 22.97%
G = 1.35%
B = 75.68%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#220270 (or 0x220270) is known color: Persian Indigo. HEX triplet: 22, 02 and 70. RGB value is (34,2,112). Sum of RGB (Red+Green+Blue) = 34+2+112=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #220270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220270 is #DDFD8F. Grayscale: #171717. Windows color (decimal): -14548368 or 7340578. OLE color: 7340578.

HSL color Cylindrical-coordinate representation of color #220270: hue angle of 257.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220270 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 2 112 -
CMYK 0.70 0.98 0 0.56
HSL 257.45º 0.96% 0.22% -
HSV(B) 257.45º 0.98% 0.44% -
XYZ 3.61 1.55 15.44 -
YUV 24.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 34 2 112 0.70 0.98 0 0.56 257.45 0.96 0.22
Hex 22 2 70 46 62 0 38 101 60 16
Octal 42 2 160 106 142 0 70 401 140 26
Binary 100010 10 1110000 1000110 1100010 0 111000 100000001 1100000 10110

Color Harmonies of #220270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220270

Black with #220270

Text Example


Text Example

White with #220270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220270; }

 p { color: rgb(34,2,112); }

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

background-color css

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

 a { background-color: rgb(34,2,112); }

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

border-color css

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

 span { border-color: rgb(34,2,112); }

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