Html Css Color HEX #321C88 Persian Indigo

📋 copy color: '#321C88'

red 50 ◦ green 28 ◦ blue 136

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

Shades of Persian Indigo #321C88

Tints of Persian Indigo #321C88

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.08%

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

R = 23.36%
G = 13.08%
B = 63.55%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#321C88 (or 0x321C88) is known color: Persian Indigo. HEX triplet: 32, 1C and 88. RGB value is (50,28,136). Sum of RGB (Red+Green+Blue) = 50+28+136=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #321C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321C88 is #CDE377. Grayscale: #2E2E2E. Windows color (decimal): -13493112 or 8920114. OLE color: 8920114.

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

Color convert

RGB 50 28 136 -
CMYK 0.63 0.79 0 0.47
HSL 252.22º 0.66% 0.32% -
HSV(B) 252.22º 0.79% 0.53% -
XYZ 6.17 3.29 23.6 -
YUV 46.89 178.29 130.22 -
System Red Green Blue C M Y K H S L
Decimal 50 28 136 0.63 0.79 0 0.47 252.22 0.66 0.32
Hex 32 1C 88 3F 4F 0 2F FC 42 20
Octal 62 34 210 77 117 0 57 374 102 40
Binary 110010 11100 10001000 111111 1001111 0 101111 11111100 1000010 100000

Color Harmonies of #321C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C88

Black with #321C88

Text Example


Text Example

White with #321C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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