Html Css Color HEX #320086 Persian Indigo

📋 copy color: '#320086'

red 50 ◦ green 0 ◦ blue 134

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

Shades of Persian Indigo #320086

Tints of Persian Indigo #320086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 72.83%

R = 27.17%
G = 0%
B = 72.83%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#320086 (or 0x320086) is known color: Persian Indigo. HEX triplet: 32, 00 and 86. RGB value is (50,0,134). Sum of RGB (Red+Green+Blue) = 50+0+134=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 134 (52.73% from 255 or 72.83% from 184); Max value from RGB is 134 - color contains mainly: blue. Hex color #320086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320086 is #CDFF79. Grayscale: #1D1D1D. Windows color (decimal): -13500282 or 8781874. OLE color: 8781874.

HSL color Cylindrical-coordinate representation of color #320086: hue angle of 262.39º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320086 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 0 134 -
CMYK 0.63 1 0 0.47
HSL 262.39º 1% 0.26% -
HSV(B) 262.39º 1% 0.53% -
XYZ 5.62 2.4 22.72 -
YUV 30.23 186.57 142.1 -
System Red Green Blue C M Y K H S L
Decimal 50 0 134 0.63 1 0 0.47 262.39 1 0.26
Hex 32 0 86 3F 64 0 2F 106 64 1A
Octal 62 0 206 77 144 0 57 406 144 32
Binary 110010 0 10000110 111111 1100100 0 101111 100000110 1100100 11010

Color Harmonies of #320086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320086

Black with #320086

Text Example


Text Example

White with #320086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320086; }

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

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

background-color css

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

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

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

border-color css

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

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

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