Html Css Color HEX #321093 Persian Indigo

📋 copy color: '#321093'

red 50 ◦ green 16 ◦ blue 147

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

Shades of Persian Indigo #321093

Tints of Persian Indigo #321093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.51%

 BLUE value IS 147 (57.81% from 255) = 69.01%

R = 23.47%
G = 7.51%
B = 69.01%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#321093 (or 0x321093) is known color: Persian Indigo. HEX triplet: 32, 10 and 93. RGB value is (50,16,147). Sum of RGB (Red+Green+Blue) = 50+16+147=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #321093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321093 is #CDEF6C. Grayscale: #282828. Windows color (decimal): -13496173 or 9637938. OLE color: 9637938.

HSL color Cylindrical-coordinate representation of color #321093: hue angle of 255.57º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321093 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 16 147 -
CMYK 0.66 0.89 0 0.42
HSL 255.57º 0.8% 0.32% -
HSV(B) 255.57º 0.89% 0.58% -
XYZ 6.77 3.16 27.86 -
YUV 41.1 187.76 134.35 -
System Red Green Blue C M Y K H S L
Decimal 50 16 147 0.66 0.89 0 0.42 255.57 0.8 0.32
Hex 32 10 93 42 59 0 2A 100 50 20
Octal 62 20 223 102 131 0 52 400 120 40
Binary 110010 10000 10010011 1000010 1011001 0 101010 100000000 1010000 100000

Color Harmonies of #321093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321093

Black with #321093

Text Example


Text Example

White with #321093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321093; }

 p { color: rgb(50,16,147); }

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

background-color css

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

 a { background-color: rgb(50,16,147); }

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

border-color css

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

 span { border-color: rgb(50,16,147); }

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