Html Css Color HEX #321C6E Persian Indigo

📋 copy color: '#321C6E'

red 50 ◦ green 28 ◦ blue 110

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

Shades of Persian Indigo #321C6E

Tints of Persian Indigo #321C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 58.51%

R = 26.6%
G = 14.89%
B = 58.51%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#321C6E (or 0x321C6E) is known color: Persian Indigo. HEX triplet: 32, 1C and 6E. RGB value is (50,28,110). Sum of RGB (Red+Green+Blue) = 50+28+110=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #321C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C6E is #CDE391. Grayscale: #2B2B2B. Windows color (decimal): -13493138 or 7216178. OLE color: 7216178.

HSL color Cylindrical-coordinate representation of color #321C6E: hue angle of 256.1º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321C6E is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 28 110 -
CMYK 0.55 0.75 0 0.57
HSL 256.1º 0.59% 0.27% -
HSV(B) 256.1º 0.75% 0.43% -
XYZ 4.55 2.63 15.02 -
YUV 43.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 50 28 110 0.55 0.75 0 0.57 256.1 0.59 0.27
Hex 32 1C 6E 37 4B 0 39 100 3B 1B
Octal 62 34 156 67 113 0 71 400 73 33
Binary 110010 11100 1101110 110111 1001011 0 111001 100000000 111011 11011

Color Harmonies of #321C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C6E

Black with #321C6E

Text Example


Text Example

White with #321C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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