Html Css Color HEX #322682 Persian Indigo

📋 copy color: '#322682'

red 50 ◦ green 38 ◦ blue 130

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

Shades of Persian Indigo #322682

Tints of Persian Indigo #322682

RGB

 RED value IS 50 (19.92% from 255) = 22.94%

 GREEN value IS 38 (15.23% from 255) = 17.43%

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

R = 22.94%
G = 17.43%
B = 59.63%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#322682 (or 0x322682) is known color: Persian Indigo. HEX triplet: 32, 26 and 82. RGB value is (50,38,130). Sum of RGB (Red+Green+Blue) = 50+38+130=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #322682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322682 is #CDD97D. Grayscale: #333333. Windows color (decimal): -13490558 or 8529458. OLE color: 8529458.

HSL color Cylindrical-coordinate representation of color #322682: hue angle of 247.83º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #322682 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 38 130 -
CMYK 0.62 0.71 0 0.49
HSL 247.83º 0.55% 0.33% -
HSV(B) 247.83º 0.71% 0.51% -
XYZ 6.04 3.68 21.51 -
YUV 52.08 171.98 126.52 -
System Red Green Blue C M Y K H S L
Decimal 50 38 130 0.62 0.71 0 0.49 247.83 0.55 0.33
Hex 32 26 82 3E 47 0 31 F8 37 21
Octal 62 46 202 76 107 0 61 370 67 41
Binary 110010 100110 10000010 111110 1000111 0 110001 11111000 110111 100001

Color Harmonies of #322682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322682

Black with #322682

Text Example


Text Example

White with #322682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322682; }

 p { color: rgb(50,38,130); }

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

background-color css

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

 a { background-color: rgb(50,38,130); }

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

border-color css

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

 span { border-color: rgb(50,38,130); }

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