Html Css Color HEX #321B88 Persian Indigo

📋 copy color: '#321B88'

red 50 ◦ green 27 ◦ blue 136

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

Shades of Persian Indigo #321B88

Tints of Persian Indigo #321B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 63.85%

R = 23.47%
G = 12.68%
B = 63.85%

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

#321B88 (or 0x321B88) is known color: Persian Indigo. HEX triplet: 32, 1B and 88. RGB value is (50,27,136). Sum of RGB (Red+Green+Blue) = 50+27+136=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #321B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321B88 is #CDE477. Grayscale: #2D2D2D. Windows color (decimal): -13493368 or 8919858. OLE color: 8919858.

HSL color Cylindrical-coordinate representation of color #321B88: hue angle of 252.66º degrees, saturation: 0.67, 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 #321B88 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 27 136 -
CMYK 0.63 0.80 0 0.47
HSL 252.66º 0.67% 0.32% -
HSV(B) 252.66º 0.8% 0.53% -
XYZ 6.15 3.24 23.59 -
YUV 46.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 50 27 136 0.63 0.80 0 0.47 252.66 0.67 0.32
Hex 32 1B 88 3F 50 0 2F FD 43 20
Octal 62 33 210 77 120 0 57 375 103 40
Binary 110010 11011 10001000 111111 1010000 0 101111 11111101 1000011 100000

Color Harmonies of #321B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B88

Black with #321B88

Text Example


Text Example

White with #321B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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