Html Css Color HEX #220675 Persian Indigo

📋 copy color: '#220675'

red 34 ◦ green 6 ◦ blue 117

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

Shades of Persian Indigo #220675

Tints of Persian Indigo #220675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.82%

 BLUE value IS 117 (46.09% from 255) = 74.52%

R = 21.66%
G = 3.82%
B = 74.52%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#220675 (or 0x220675) is known color: Persian Indigo. HEX triplet: 22, 06 and 75. RGB value is (34,6,117). Sum of RGB (Red+Green+Blue) = 34+6+117=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #220675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220675 is #DDF98A. Grayscale: #1A1A1A. Windows color (decimal): -14547339 or 7669282. OLE color: 7669282.

HSL color Cylindrical-coordinate representation of color #220675: hue angle of 255.14º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220675 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 6 117 -
CMYK 0.71 0.95 0 0.54
HSL 255.14º 0.9% 0.24% -
HSV(B) 255.14º 0.95% 0.46% -
XYZ 3.94 1.75 16.96 -
YUV 27.03 178.78 132.97 -
System Red Green Blue C M Y K H S L
Decimal 34 6 117 0.71 0.95 0 0.54 255.14 0.9 0.24
Hex 22 6 75 47 5F 0 36 FF 5A 18
Octal 42 6 165 107 137 0 66 377 132 30
Binary 100010 110 1110101 1000111 1011111 0 110110 11111111 1011010 11000

Color Harmonies of #220675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220675

Black with #220675

Text Example


Text Example

White with #220675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220675; }

 p { color: rgb(34,6,117); }

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

background-color css

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

 a { background-color: rgb(34,6,117); }

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

border-color css

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

 span { border-color: rgb(34,6,117); }

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