Html Css Color HEX #320966 Persian Indigo

📋 copy color: '#320966'

red 50 ◦ green 9 ◦ blue 102

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

Shades of Persian Indigo #320966

Tints of Persian Indigo #320966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

 BLUE value IS 102 (40.23% from 255) = 63.35%

R = 31.06%
G = 5.59%
B = 63.35%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#320966 (or 0x320966) is known color: Persian Indigo. HEX triplet: 32, 09 and 66. RGB value is (50,9,102). Sum of RGB (Red+Green+Blue) = 50+9+102=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #320966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320966 is #CDF699. Grayscale: #1F1F1F. Windows color (decimal): -13498010 or 6687026. OLE color: 6687026.

HSL color Cylindrical-coordinate representation of color #320966: hue angle of 266.45º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320966 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 9 102 -
CMYK 0.51 0.91 0 0.6
HSL 266.45º 0.84% 0.22% -
HSV(B) 266.45º 0.91% 0.4% -
XYZ 3.81 1.83 12.72 -
YUV 31.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 50 9 102 0.51 0.91 0 0.6 266.45 0.84 0.22
Hex 32 9 66 33 5B 0 3C 10A 54 16
Octal 62 11 146 63 133 0 74 412 124 26
Binary 110010 1001 1100110 110011 1011011 0 111100 100001010 1010100 10110

Color Harmonies of #320966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320966

Black with #320966

Text Example


Text Example

White with #320966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320966; }

 p { color: rgb(50,9,102); }

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

background-color css

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

 a { background-color: rgb(50,9,102); }

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

border-color css

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

 span { border-color: rgb(50,9,102); }

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