Html Css Color HEX #220368 Persian Indigo

📋 copy color: '#220368'

red 34 ◦ green 3 ◦ blue 104

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

Shades of Persian Indigo #220368

Tints of Persian Indigo #220368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 73.76%

R = 24.11%
G = 2.13%
B = 73.76%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#220368 (or 0x220368) is known color: Persian Indigo. HEX triplet: 22, 03 and 68. RGB value is (34,3,104). Sum of RGB (Red+Green+Blue) = 34+3+104=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #220368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220368 is #DDFC97. Grayscale: #171717. Windows color (decimal): -14548120 or 6816546. OLE color: 6816546.

HSL color Cylindrical-coordinate representation of color #220368: hue angle of 258.42º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220368 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 3 104 -
CMYK 0.67 0.97 0 0.59
HSL 258.42º 0.94% 0.21% -
HSV(B) 258.42º 0.97% 0.41% -
XYZ 3.19 1.4 13.2 -
YUV 23.78 173.27 135.29 -
System Red Green Blue C M Y K H S L
Decimal 34 3 104 0.67 0.97 0 0.59 258.42 0.94 0.21
Hex 22 3 68 43 61 0 3B 102 5E 15
Octal 42 3 150 103 141 0 73 402 136 25
Binary 100010 11 1101000 1000011 1100001 0 111011 100000010 1011110 10101

Color Harmonies of #220368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220368

Black with #220368

Text Example


Text Example

White with #220368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220368; }

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

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

background-color css

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

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

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

border-color css

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

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

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