Html Css Color HEX #320082 Persian Indigo

📋 copy color: '#320082'

red 50 ◦ green 0 ◦ blue 130

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

Shades of Persian Indigo #320082

Tints of Persian Indigo #320082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.78%
G = 0%
B = 72.22%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#320082 (or 0x320082) is known color: Persian Indigo. HEX triplet: 32, 00 and 82. RGB value is (50,0,130). Sum of RGB (Red+Green+Blue) = 50+0+130=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #320082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320082 is #CDFF7D. Grayscale: #1D1D1D. Windows color (decimal): -13500286 or 8519730. OLE color: 8519730.

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

Color convert

RGB 50 0 130 -
CMYK 0.62 1 0 0.49
HSL 263.08º 1% 0.25% -
HSV(B) 263.08º 1% 0.51% -
XYZ 5.34 2.29 21.28 -
YUV 29.77 184.57 142.43 -
System Red Green Blue C M Y K H S L
Decimal 50 0 130 0.62 1 0 0.49 263.08 1 0.25
Hex 32 0 82 3E 64 0 31 107 64 19
Octal 62 0 202 76 144 0 61 407 144 31
Binary 110010 0 10000010 111110 1100100 0 110001 100000111 1100100 11001

Color Harmonies of #320082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320082

Black with #320082

Text Example


Text Example

White with #320082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320082; }

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

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

background-color css

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

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

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

border-color css

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

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

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