Html Css Color HEX #220064 Persian Indigo

📋 copy color: '#220064'

red 34 ◦ green 0 ◦ blue 100

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

Shades of Persian Indigo #220064

Tints of Persian Indigo #220064

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 100 (39.45% from 255) = 74.63%

R = 25.37%
G = 0%
B = 74.63%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#220064 (or 0x220064) is known color: Persian Indigo. HEX triplet: 22, 00 and 64. RGB value is (34,0,100). Sum of RGB (Red+Green+Blue) = 34+0+100=134 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.37% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 100 (39.45% from 255 or 74.63% from 134); Max value from RGB is 100 - color contains mainly: blue. Hex color #220064 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220064 is #DDFF9B. Grayscale: #151515. Windows color (decimal): -14548892 or 6553634. OLE color: 6553634.

HSL color Cylindrical-coordinate representation of color #220064: hue angle of 260.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220064 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 34 0 100 -
CMYK 0.66 1 0 0.61
HSL 260.4º 1% 0.2% -
HSV(B) 260.4º 1% 0.39% -
XYZ 2.96 1.26 12.14 -
YUV 21.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 34 0 100 0.66 1 0 0.61 260.4 1 0.2
Hex 22 0 64 42 64 0 3D 104 64 14
Octal 42 0 144 102 144 0 75 404 144 24
Binary 100010 0 1100100 1000010 1100100 0 111101 100000100 1100100 10100

Color Harmonies of #220064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220064

Black with #220064

Text Example


Text Example

White with #220064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220064; }

 p { color: rgb(34,0,100); }

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

background-color css

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

 a { background-color: rgb(34,0,100); }

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

border-color css

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

 span { border-color: rgb(34,0,100); }

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