Html Css Color HEX #220261 Persian Indigo

📋 copy color: '#220261'

red 34 ◦ green 2 ◦ blue 97

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

Shades of Persian Indigo #220261

Tints of Persian Indigo #220261

RGB

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

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

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

R = 25.56%
G = 1.5%
B = 72.93%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#220261 (or 0x220261) is known color: Persian Indigo. HEX triplet: 22, 02 and 61. RGB value is (34,2,97). Sum of RGB (Red+Green+Blue) = 34+2+97=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #220261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220261 is #DDFD9E. Grayscale: #161616. Windows color (decimal): -14548383 or 6357538. OLE color: 6357538.

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

Color convert

RGB 34 2 97 -
CMYK 0.65 0.98 0 0.62
HSL 260.21º 0.96% 0.19% -
HSV(B) 260.21º 0.98% 0.38% -
XYZ 2.84 1.25 11.4 -
YUV 22.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 34 2 97 0.65 0.98 0 0.62 260.21 0.96 0.19
Hex 22 2 61 41 62 0 3E 104 60 13
Octal 42 2 141 101 142 0 76 404 140 23
Binary 100010 10 1100001 1000001 1100010 0 111110 100000100 1100000 10011

Color Harmonies of #220261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220261

Black with #220261

Text Example


Text Example

White with #220261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220261; }

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

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

background-color css

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

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

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

border-color css

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

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

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