Html Css Color HEX #220274 Persian Indigo

📋 copy color: '#220274'

red 34 ◦ green 2 ◦ blue 116

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

Shades of Persian Indigo #220274

Tints of Persian Indigo #220274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 116 (45.7% from 255) = 76.32%

R = 22.37%
G = 1.32%
B = 76.32%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#220274 (or 0x220274) is known color: Persian Indigo. HEX triplet: 22, 02 and 74. RGB value is (34,2,116). Sum of RGB (Red+Green+Blue) = 34+2+116=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 116 (45.70% from 255 or 76.32% from 152); Max value from RGB is 116 - color contains mainly: blue. Hex color #220274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220274 is #DDFD8B. Grayscale: #181818. Windows color (decimal): -14548364 or 7602722. OLE color: 7602722.

HSL color Cylindrical-coordinate representation of color #220274: hue angle of 256.84º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220274 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 2 116 -
CMYK 0.71 0.98 0 0.55
HSL 256.84º 0.97% 0.23% -
HSV(B) 256.84º 0.98% 0.45% -
XYZ 3.83 1.64 16.64 -
YUV 24.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 34 2 116 0.71 0.98 0 0.55 256.84 0.97 0.23
Hex 22 2 74 47 62 0 37 101 61 17
Octal 42 2 164 107 142 0 67 401 141 27
Binary 100010 10 1110100 1000111 1100010 0 110111 100000001 1100001 10111

Color Harmonies of #220274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220274

Black with #220274

Text Example


Text Example

White with #220274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220274; }

 p { color: rgb(34,2,116); }

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

background-color css

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

 a { background-color: rgb(34,2,116); }

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

border-color css

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

 span { border-color: rgb(34,2,116); }

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