Html Css Color HEX #321273 Persian Indigo

📋 copy color: '#321273'

red 50 ◦ green 18 ◦ blue 115

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

Shades of Persian Indigo #321273

Tints of Persian Indigo #321273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

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

R = 27.32%
G = 9.84%
B = 62.84%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#321273 (or 0x321273) is known color: Persian Indigo. HEX triplet: 32, 12 and 73. RGB value is (50,18,115). Sum of RGB (Red+Green+Blue) = 50+18+115=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #321273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321273 is #CDED8C. Grayscale: #262626. Windows color (decimal): -13495693 or 7541298. OLE color: 7541298.

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

Color convert

RGB 50 18 115 -
CMYK 0.57 0.84 0 0.55
HSL 259.79º 0.73% 0.26% -
HSV(B) 259.79º 0.84% 0.45% -
XYZ 4.63 2.35 16.43 -
YUV 38.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 50 18 115 0.57 0.84 0 0.55 259.79 0.73 0.26
Hex 32 12 73 39 54 0 37 104 49 1A
Octal 62 22 163 71 124 0 67 404 111 32
Binary 110010 10010 1110011 111001 1010100 0 110111 100000100 1001001 11010

Color Harmonies of #321273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321273

Black with #321273

Text Example


Text Example

White with #321273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321273; }

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

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

background-color css

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

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

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

border-color css

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

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

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