Html Css Color HEX #220365 Persian Indigo

📋 copy color: '#220365'

red 34 ◦ green 3 ◦ blue 101

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

Shades of Persian Indigo #220365

Tints of Persian Indigo #220365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 73.19%

R = 24.64%
G = 2.17%
B = 73.19%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#220365 (or 0x220365) is known color: Persian Indigo. HEX triplet: 22, 03 and 65. RGB value is (34,3,101). Sum of RGB (Red+Green+Blue) = 34+3+101=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 101 (39.84% from 255 or 73.19% from 138); Max value from RGB is 101 - color contains mainly: blue. Hex color #220365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220365 is #DDFC9A. Grayscale: #171717. Windows color (decimal): -14548123 or 6619938. OLE color: 6619938.

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

Color convert

RGB 34 3 101 -
CMYK 0.66 0.97 0 0.60
HSL 258.98º 0.94% 0.2% -
HSV(B) 258.98º 0.97% 0.4% -
XYZ 3.04 1.34 12.41 -
YUV 23.44 171.77 135.53 -
System Red Green Blue C M Y K H S L
Decimal 34 3 101 0.66 0.97 0 0.60 258.98 0.94 0.2
Hex 22 3 65 42 61 0 3C 103 5E 14
Octal 42 3 145 102 141 0 74 403 136 24
Binary 100010 11 1100101 1000010 1100001 0 111100 100000011 1011110 10100

Color Harmonies of #220365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220365

Black with #220365

Text Example


Text Example

White with #220365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220365; }

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

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

background-color css

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

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

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

border-color css

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

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

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