Html Css Color HEX #321B86 Persian Indigo

📋 copy color: '#321B86'

red 50 ◦ green 27 ◦ blue 134

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

Shades of Persian Indigo #321B86

Tints of Persian Indigo #321B86

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.8%

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

R = 23.7%
G = 12.8%
B = 63.51%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#321B86 (or 0x321B86) is known color: Persian Indigo. HEX triplet: 32, 1B and 86. RGB value is (50,27,134). Sum of RGB (Red+Green+Blue) = 50+27+134=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 134 (52.73% from 255 or 63.51% from 211); Max value from RGB is 134 - color contains mainly: blue. Hex color #321B86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321B86 is #CDE479. Grayscale: #2D2D2D. Windows color (decimal): -13493370 or 8788786. OLE color: 8788786.

HSL color Cylindrical-coordinate representation of color #321B86: hue angle of 252.9º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #321B86 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 27 134 -
CMYK 0.63 0.80 0 0.47
HSL 252.9º 0.66% 0.32% -
HSV(B) 252.9º 0.8% 0.53% -
XYZ 6.01 3.18 22.85 -
YUV 46.08 177.62 130.8 -
System Red Green Blue C M Y K H S L
Decimal 50 27 134 0.63 0.80 0 0.47 252.9 0.66 0.32
Hex 32 1B 86 3F 50 0 2F FD 42 20
Octal 62 33 206 77 120 0 57 375 102 40
Binary 110010 11011 10000110 111111 1010000 0 101111 11111101 1000010 100000

Color Harmonies of #321B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B86

Black with #321B86

Text Example


Text Example

White with #321B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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