Html Css Color HEX #320884 Persian Indigo

📋 copy color: '#320884'

red 50 ◦ green 8 ◦ blue 132

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

Shades of Persian Indigo #320884

Tints of Persian Indigo #320884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

 BLUE value IS 132 (51.95% from 255) = 69.47%

R = 26.32%
G = 4.21%
B = 69.47%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#320884 (or 0x320884) is known color: Persian Indigo. HEX triplet: 32, 08 and 84. RGB value is (50,8,132). Sum of RGB (Red+Green+Blue) = 50+8+132=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 132 (51.95% from 255 or 69.47% from 190); Max value from RGB is 132 - color contains mainly: blue. Hex color #320884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320884 is #CDF77B. Grayscale: #222222. Windows color (decimal): -13498236 or 8652850. OLE color: 8652850.

HSL color Cylindrical-coordinate representation of color #320884: hue angle of 260.32º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320884 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 8 132 -
CMYK 0.62 0.94 0 0.48
HSL 260.32º 0.89% 0.27% -
HSV(B) 260.32º 0.94% 0.52% -
XYZ 5.57 2.52 22.02 -
YUV 34.69 182.91 138.92 -
System Red Green Blue C M Y K H S L
Decimal 50 8 132 0.62 0.94 0 0.48 260.32 0.89 0.27
Hex 32 8 84 3E 5E 0 30 104 59 1B
Octal 62 10 204 76 136 0 60 404 131 33
Binary 110010 1000 10000100 111110 1011110 0 110000 100000100 1011001 11011

Color Harmonies of #320884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320884

Black with #320884

Text Example


Text Example

White with #320884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320884; }

 p { color: rgb(50,8,132); }

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

background-color css

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

 a { background-color: rgb(50,8,132); }

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

border-color css

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

 span { border-color: rgb(50,8,132); }

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