Html Css Color HEX #220B82 Persian Indigo

📋 copy color: '#220B82'

red 34 ◦ green 11 ◦ blue 130

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

Shades of Persian Indigo #220B82

Tints of Persian Indigo #220B82

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.29%

 BLUE value IS 130 (51.17% from 255) = 74.29%

R = 19.43%
G = 6.29%
B = 74.29%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#220B82 (or 0x220B82) is known color: Persian Indigo. HEX triplet: 22, 0B and 82. RGB value is (34,11,130). Sum of RGB (Red+Green+Blue) = 34+11+130=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #220B82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220B82 is #DDF47D. Grayscale: #1E1E1E. Windows color (decimal): -14546046 or 8522530. OLE color: 8522530.

HSL color Cylindrical-coordinate representation of color #220B82: hue angle of 251.6º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220B82 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 34 11 130 -
CMYK 0.74 0.92 0 0.49
HSL 251.6º 0.84% 0.28% -
HSV(B) 251.6º 0.92% 0.51% -
XYZ 4.81 2.19 21.29 -
YUV 31.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 34 11 130 0.74 0.92 0 0.49 251.6 0.84 0.28
Hex 22 B 82 4A 5C 0 31 FC 54 1C
Octal 42 13 202 112 134 0 61 374 124 34
Binary 100010 1011 10000010 1001010 1011100 0 110001 11111100 1010100 11100

Color Harmonies of #220B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220B82

Black with #220B82

Text Example


Text Example

White with #220B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220B82; }

 p { color: rgb(34,11,130); }

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

background-color css

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

 a { background-color: rgb(34,11,130); }

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

border-color css

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

 span { border-color: rgb(34,11,130); }

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