Html Css Color HEX #220462 Persian Indigo

📋 copy color: '#220462'

red 34 ◦ green 4 ◦ blue 98

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

Shades of Persian Indigo #220462

Tints of Persian Indigo #220462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 72.06%

R = 25%
G = 2.94%
B = 72.06%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#220462 (or 0x220462) is known color: Persian Indigo. HEX triplet: 22, 04 and 62. RGB value is (34,4,98). Sum of RGB (Red+Green+Blue) = 34+4+98=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #220462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220462 is #DDFB9D. Grayscale: #171717. Windows color (decimal): -14547870 or 6423586. OLE color: 6423586.

HSL color Cylindrical-coordinate representation of color #220462: hue angle of 259.15º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220462 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 4 98 -
CMYK 0.65 0.96 0 0.62
HSL 259.15º 0.92% 0.2% -
HSV(B) 259.15º 0.96% 0.38% -
XYZ 2.91 1.31 11.65 -
YUV 23.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 34 4 98 0.65 0.96 0 0.62 259.15 0.92 0.2
Hex 22 4 62 41 60 0 3E 103 5C 14
Octal 42 4 142 101 140 0 76 403 134 24
Binary 100010 100 1100010 1000001 1100000 0 111110 100000011 1011100 10100

Color Harmonies of #220462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220462

Black with #220462

Text Example


Text Example

White with #220462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220462; }

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

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

background-color css

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

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

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

border-color css

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

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

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