Html Css Color HEX #220061 Persian Indigo

📋 copy color: '#220061'

red 34 ◦ green 0 ◦ blue 97

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

Shades of Persian Indigo #220061

Tints of Persian Indigo #220061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 74.05%

R = 25.95%
G = 0%
B = 74.05%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#220061 (or 0x220061) is known color: Persian Indigo. HEX triplet: 22, 00 and 61. RGB value is (34,0,97). Sum of RGB (Red+Green+Blue) = 34+0+97=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #220061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220061 is #DDFF9E. Grayscale: #141414. Windows color (decimal): -14548895 or 6357026. OLE color: 6357026.

HSL color Cylindrical-coordinate representation of color #220061: hue angle of 261.03º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220061 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 0 97 -
CMYK 0.65 1 0 0.62
HSL 261.03º 1% 0.19% -
HSV(B) 261.03º 1% 0.38% -
XYZ 2.82 1.2 11.39 -
YUV 21.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 34 0 97 0.65 1 0 0.62 261.03 1 0.19
Hex 22 0 61 41 64 0 3E 105 64 13
Octal 42 0 141 101 144 0 76 405 144 23
Binary 100010 0 1100001 1000001 1100100 0 111110 100000101 1100100 10011

Color Harmonies of #220061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220061

Black with #220061

Text Example


Text Example

White with #220061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220061; }

 p { color: rgb(34,0,97); }

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

background-color css

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

 a { background-color: rgb(34,0,97); }

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

border-color css

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

 span { border-color: rgb(34,0,97); }

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