Html Css Color HEX #220568 Persian Indigo

📋 copy color: '#220568'

red 34 ◦ green 5 ◦ blue 104

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

Shades of Persian Indigo #220568

Tints of Persian Indigo #220568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

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

R = 23.78%
G = 3.5%
B = 72.73%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#220568 (or 0x220568) is known color: Persian Indigo. HEX triplet: 22, 05 and 68. RGB value is (34,5,104). Sum of RGB (Red+Green+Blue) = 34+5+104=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 104 (41.02% from 255 or 72.73% from 143); Max value from RGB is 104 - color contains mainly: blue. Hex color #220568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220568 is #DDFA97. Grayscale: #181818. Windows color (decimal): -14547608 or 6817058. OLE color: 6817058.

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

Color convert

RGB 34 5 104 -
CMYK 0.67 0.95 0 0.59
HSL 257.58º 0.91% 0.21% -
HSV(B) 257.58º 0.95% 0.41% -
XYZ 3.21 1.45 13.21 -
YUV 24.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 34 5 104 0.67 0.95 0 0.59 257.58 0.91 0.21
Hex 22 5 68 43 5F 0 3B 102 5B 15
Octal 42 5 150 103 137 0 73 402 133 25
Binary 100010 101 1101000 1000011 1011111 0 111011 100000010 1011011 10101

Color Harmonies of #220568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220568

Black with #220568

Text Example


Text Example

White with #220568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220568; }

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

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

background-color css

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

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

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

border-color css

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

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

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