Html Css Color HEX #220360 Persian Indigo

📋 copy color: '#220360'

red 34 ◦ green 3 ◦ blue 96

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

Shades of Persian Indigo #220360

Tints of Persian Indigo #220360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.26%

 BLUE value IS 96 (37.89% from 255) = 72.18%

R = 25.56%
G = 2.26%
B = 72.18%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#220360 (or 0x220360) is known color: Persian Indigo. HEX triplet: 22, 03 and 60. RGB value is (34,3,96). Sum of RGB (Red+Green+Blue) = 34+3+96=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #220360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220360 is #DDFC9F. Grayscale: #161616. Windows color (decimal): -14548128 or 6292258. OLE color: 6292258.

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

Color convert

RGB 34 3 96 -
CMYK 0.65 0.97 0 0.62
HSL 260º 0.94% 0.19% -
HSV(B) 260º 0.97% 0.38% -
XYZ 2.8 1.25 11.16 -
YUV 22.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 34 3 96 0.65 0.97 0 0.62 260 0.94 0.19
Hex 22 3 60 41 61 0 3E 104 5E 13
Octal 42 3 140 101 141 0 76 404 136 23
Binary 100010 11 1100000 1000001 1100001 0 111110 100000100 1011110 10011

Color Harmonies of #220360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220360

Black with #220360

Text Example


Text Example

White with #220360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220360; }

 p { color: rgb(34,3,96); }

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

background-color css

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

 a { background-color: rgb(34,3,96); }

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

border-color css

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

 span { border-color: rgb(34,3,96); }

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