Html Css Color HEX #220362 Persian Indigo

📋 copy color: '#220362'

red 34 ◦ green 3 ◦ blue 98

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

Shades of Persian Indigo #220362

Tints of Persian Indigo #220362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 72.59%

R = 25.19%
G = 2.22%
B = 72.59%

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

#220362 (or 0x220362) is known color: Persian Indigo. HEX triplet: 22, 03 and 62. RGB value is (34,3,98). Sum of RGB (Red+Green+Blue) = 34+3+98=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #220362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220362 is #DDFC9D. Grayscale: #161616. Windows color (decimal): -14548126 or 6423330. OLE color: 6423330.

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

Color convert

RGB 34 3 98 -
CMYK 0.65 0.97 0 0.62
HSL 259.58º 0.94% 0.2% -
HSV(B) 259.58º 0.97% 0.38% -
XYZ 2.9 1.29 11.65 -
YUV 23.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 34 3 98 0.65 0.97 0 0.62 259.58 0.94 0.2
Hex 22 3 62 41 61 0 3E 104 5E 14
Octal 42 3 142 101 141 0 76 404 136 24
Binary 100010 11 1100010 1000001 1100001 0 111110 100000100 1011110 10100

Color Harmonies of #220362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220362

Black with #220362

Text Example


Text Example

White with #220362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220362; }

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

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

background-color css

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

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

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

border-color css

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

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

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