Html Css Color HEX #321099 Persian Indigo

📋 copy color: '#321099'

red 50 ◦ green 16 ◦ blue 153

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

Shades of Persian Indigo #321099

Tints of Persian Indigo #321099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.86%

R = 22.83%
G = 7.31%
B = 69.86%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#321099 (or 0x321099) is known color: Persian Indigo. HEX triplet: 32, 10 and 99. RGB value is (50,16,153). Sum of RGB (Red+Green+Blue) = 50+16+153=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #321099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321099 is #CDEF66. Grayscale: #292929. Windows color (decimal): -13496167 or 10031154. OLE color: 10031154.

HSL color Cylindrical-coordinate representation of color #321099: hue angle of 254.89º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #321099 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 16 153 -
CMYK 0.67 0.90 0 0.4
HSL 254.89º 0.81% 0.33% -
HSV(B) 254.89º 0.9% 0.6% -
XYZ 7.25 3.35 30.4 -
YUV 41.78 190.76 133.86 -
System Red Green Blue C M Y K H S L
Decimal 50 16 153 0.67 0.90 0 0.4 254.89 0.81 0.33
Hex 32 10 99 43 5A 0 28 FF 51 21
Octal 62 20 231 103 132 0 50 377 121 41
Binary 110010 10000 10011001 1000011 1011010 0 101000 11111111 1010001 100001

Color Harmonies of #321099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321099

Black with #321099

Text Example


Text Example

White with #321099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321099; }

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

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

background-color css

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

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

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

border-color css

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

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

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