Html Css Color HEX #220469 Persian Indigo

📋 copy color: '#220469'

red 34 ◦ green 4 ◦ blue 105

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

Shades of Persian Indigo #220469

Tints of Persian Indigo #220469

RGB

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

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

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

R = 23.78%
G = 2.8%
B = 73.43%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#220469 (or 0x220469) is known color: Persian Indigo. HEX triplet: 22, 04 and 69. RGB value is (34,4,105). Sum of RGB (Red+Green+Blue) = 34+4+105=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 105 (41.41% from 255 or 73.43% from 143); Max value from RGB is 105 - color contains mainly: blue. Hex color #220469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220469 is #DDFB96. Grayscale: #181818. Windows color (decimal): -14547863 or 6882338. OLE color: 6882338.

HSL color Cylindrical-coordinate representation of color #220469: hue angle of 257.82º 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 #220469 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 4 105 -
CMYK 0.68 0.96 0 0.59
HSL 257.82º 0.93% 0.21% -
HSV(B) 257.82º 0.96% 0.41% -
XYZ 3.25 1.45 13.47 -
YUV 24.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 34 4 105 0.68 0.96 0 0.59 257.82 0.93 0.21
Hex 22 4 69 44 60 0 3B 102 5D 15
Octal 42 4 151 104 140 0 73 402 135 25
Binary 100010 100 1101001 1000100 1100000 0 111011 100000010 1011101 10101

Color Harmonies of #220469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220469

Black with #220469

Text Example


Text Example

White with #220469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220469; }

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

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

background-color css

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

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

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

border-color css

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

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

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