Html Css Color HEX #220366 Persian Indigo

📋 copy color: '#220366'

red 34 ◦ green 3 ◦ blue 102

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

Shades of Persian Indigo #220366

Tints of Persian Indigo #220366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 73.38%

R = 24.46%
G = 2.16%
B = 73.38%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#220366 (or 0x220366) is known color: Persian Indigo. HEX triplet: 22, 03 and 66. RGB value is (34,3,102). Sum of RGB (Red+Green+Blue) = 34+3+102=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #220366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220366 is #DDFC99. Grayscale: #171717. Windows color (decimal): -14548122 or 6685474. OLE color: 6685474.

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

Color convert

RGB 34 3 102 -
CMYK 0.67 0.97 0 0.6
HSL 258.79º 0.94% 0.21% -
HSV(B) 258.79º 0.97% 0.4% -
XYZ 3.09 1.36 12.67 -
YUV 23.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 34 3 102 0.67 0.97 0 0.6 258.79 0.94 0.21
Hex 22 3 66 43 61 0 3C 103 5E 15
Octal 42 3 146 103 141 0 74 403 136 25
Binary 100010 11 1100110 1000011 1100001 0 111100 100000011 1011110 10101

Color Harmonies of #220366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220366

Black with #220366

Text Example


Text Example

White with #220366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220366; }

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

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

background-color css

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

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

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

border-color css

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

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

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