Html Css Color HEX #220382 Persian Indigo

📋 copy color: '#220382'

red 34 ◦ green 3 ◦ blue 130

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

Shades of Persian Indigo #220382

Tints of Persian Indigo #220382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.8%

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

R = 20.36%
G = 1.8%
B = 77.84%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#220382 (or 0x220382) is known color: Persian Indigo. HEX triplet: 22, 03 and 82. RGB value is (34,3,130). Sum of RGB (Red+Green+Blue) = 34+3+130=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #220382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220382 is #DDFC7D. Grayscale: #1A1A1A. Windows color (decimal): -14548094 or 8520482. OLE color: 8520482.

HSL color Cylindrical-coordinate representation of color #220382: hue angle of 254.65º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220382 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 34 3 130 -
CMYK 0.74 0.98 0 0.49
HSL 254.65º 0.95% 0.26% -
HSV(B) 254.65º 0.98% 0.51% -
XYZ 4.72 2.02 21.26 -
YUV 26.75 186.27 133.17 -
System Red Green Blue C M Y K H S L
Decimal 34 3 130 0.74 0.98 0 0.49 254.65 0.95 0.26
Hex 22 3 82 4A 62 0 31 FF 5F 1A
Octal 42 3 202 112 142 0 61 377 137 32
Binary 100010 11 10000010 1001010 1100010 0 110001 11111111 1011111 11010

Color Harmonies of #220382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220382

Black with #220382

Text Example


Text Example

White with #220382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220382; }

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

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

background-color css

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

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

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

border-color css

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

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

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