Html Css Color HEX #320182 Persian Indigo

📋 copy color: '#320182'

red 50 ◦ green 1 ◦ blue 130

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

Shades of Persian Indigo #320182

Tints of Persian Indigo #320182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 27.62%
G = 0.55%
B = 71.82%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#320182 (or 0x320182) is known color: Persian Indigo. HEX triplet: 32, 01 and 82. RGB value is (50,1,130). Sum of RGB (Red+Green+Blue) = 50+1+130=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 130 (51.17% from 255 or 71.82% from 181); Max value from RGB is 130 - color contains mainly: blue. Hex color #320182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320182 is #CDFE7D. Grayscale: #1D1D1D. Windows color (decimal): -13500030 or 8519986. OLE color: 8519986.

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

Color convert

RGB 50 1 130 -
CMYK 0.62 0.99 0 0.49
HSL 262.79º 0.98% 0.26% -
HSV(B) 262.79º 0.99% 0.51% -
XYZ 5.36 2.31 21.28 -
YUV 30.36 184.23 142.01 -
System Red Green Blue C M Y K H S L
Decimal 50 1 130 0.62 0.99 0 0.49 262.79 0.98 0.26
Hex 32 1 82 3E 63 0 31 107 62 1A
Octal 62 1 202 76 143 0 61 407 142 32
Binary 110010 1 10000010 111110 1100011 0 110001 100000111 1100010 11010

Color Harmonies of #320182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320182

Black with #320182

Text Example


Text Example

White with #320182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320182; }

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

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

background-color css

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

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

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

border-color css

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

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

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