Html Css Color HEX #220069 Persian Indigo

📋 copy color: '#220069'

red 34 ◦ green 0 ◦ blue 105

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

Shades of Persian Indigo #220069

Tints of Persian Indigo #220069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 75.54%

R = 24.46%
G = 0%
B = 75.54%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#220069 (or 0x220069) is known color: Persian Indigo. HEX triplet: 22, 00 and 69. RGB value is (34,0,105). Sum of RGB (Red+Green+Blue) = 34+0+105=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 105 (41.41% from 255 or 75.54% from 139); Max value from RGB is 105 - color contains mainly: blue. Hex color #220069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220069 is #DDFF96. Grayscale: #151515. Windows color (decimal): -14548887 or 6881314. OLE color: 6881314.

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

Color convert

RGB 34 0 105 -
CMYK 0.68 1 0 0.59
HSL 259.43º 1% 0.21% -
HSV(B) 259.43º 1% 0.41% -
XYZ 3.21 1.36 13.46 -
YUV 22.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 34 0 105 0.68 1 0 0.59 259.43 1 0.21
Hex 22 0 69 44 64 0 3B 103 64 15
Octal 42 0 151 104 144 0 73 403 144 25
Binary 100010 0 1101001 1000100 1100100 0 111011 100000011 1100100 10101

Color Harmonies of #220069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220069

Black with #220069

Text Example


Text Example

White with #220069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220069; }

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

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

background-color css

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

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

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

border-color css

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

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

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