Html Css Color HEX #321373 Persian Indigo

📋 copy color: '#321373'

red 50 ◦ green 19 ◦ blue 115

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

Shades of Persian Indigo #321373

Tints of Persian Indigo #321373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

 BLUE value IS 115 (45.31% from 255) = 62.5%

R = 27.17%
G = 10.33%
B = 62.5%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#321373 (or 0x321373) is known color: Persian Indigo. HEX triplet: 32, 13 and 73. RGB value is (50,19,115). Sum of RGB (Red+Green+Blue) = 50+19+115=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #321373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321373 is #CDEC8C. Grayscale: #262626. Windows color (decimal): -13495437 or 7541554. OLE color: 7541554.

HSL color Cylindrical-coordinate representation of color #321373: hue angle of 259.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321373 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 19 115 -
CMYK 0.57 0.83 0 0.55
HSL 259.38º 0.72% 0.26% -
HSV(B) 259.38º 0.83% 0.45% -
XYZ 4.64 2.38 16.43 -
YUV 39.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 50 19 115 0.57 0.83 0 0.55 259.38 0.72 0.26
Hex 32 13 73 39 53 0 37 103 48 1A
Octal 62 23 163 71 123 0 67 403 110 32
Binary 110010 10011 1110011 111001 1010011 0 110111 100000011 1001000 11010

Color Harmonies of #321373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321373

Black with #321373

Text Example


Text Example

White with #321373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321373; }

 p { color: rgb(50,19,115); }

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

background-color css

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

 a { background-color: rgb(50,19,115); }

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

border-color css

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

 span { border-color: rgb(50,19,115); }

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