Html Css Color HEX #220468 Persian Indigo

📋 copy color: '#220468'

red 34 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #220468

Tints of Persian Indigo #220468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

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

R = 23.94%
G = 2.82%
B = 73.24%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#220468 (or 0x220468) is known color: Persian Indigo. HEX triplet: 22, 04 and 68. RGB value is (34,4,104). Sum of RGB (Red+Green+Blue) = 34+4+104=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #220468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220468 is #DDFB97. Grayscale: #181818. Windows color (decimal): -14547864 or 6816802. OLE color: 6816802.

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

Color convert

RGB 34 4 104 -
CMYK 0.67 0.96 0 0.59
HSL 258º 0.93% 0.21% -
HSV(B) 258º 0.96% 0.41% -
XYZ 3.2 1.43 13.2 -
YUV 24.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 34 4 104 0.67 0.96 0 0.59 258 0.93 0.21
Hex 22 4 68 43 60 0 3B 102 5D 15
Octal 42 4 150 103 140 0 73 402 135 25
Binary 100010 100 1101000 1000011 1100000 0 111011 100000010 1011101 10101

Color Harmonies of #220468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220468

Black with #220468

Text Example


Text Example

White with #220468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220468; }

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

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

background-color css

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

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

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

border-color css

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

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

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