Html Css Color HEX #322782 Persian Indigo

📋 copy color: '#322782'

red 50 ◦ green 39 ◦ blue 130

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

Shades of Persian Indigo #322782

Tints of Persian Indigo #322782

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

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

R = 22.83%
G = 17.81%
B = 59.36%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#322782 (or 0x322782) is known color: Persian Indigo. HEX triplet: 32, 27 and 82. RGB value is (50,39,130). Sum of RGB (Red+Green+Blue) = 50+39+130=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #322782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322782 is #CDD87D. Grayscale: #343434. Windows color (decimal): -13490302 or 8529714. OLE color: 8529714.

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

Color convert

RGB 50 39 130 -
CMYK 0.62 0.70 0 0.49
HSL 247.25º 0.54% 0.33% -
HSV(B) 247.25º 0.7% 0.51% -
XYZ 6.07 3.74 21.52 -
YUV 52.66 171.64 126.1 -
System Red Green Blue C M Y K H S L
Decimal 50 39 130 0.62 0.70 0 0.49 247.25 0.54 0.33
Hex 32 27 82 3E 46 0 31 F7 36 21
Octal 62 47 202 76 106 0 61 367 66 41
Binary 110010 100111 10000010 111110 1000110 0 110001 11110111 110110 100001

Color Harmonies of #322782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322782

Black with #322782

Text Example


Text Example

White with #322782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322782; }

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

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

background-color css

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

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

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

border-color css

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

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

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