Html Css Color HEX #320766 Persian Indigo

📋 copy color: '#320766'

red 50 ◦ green 7 ◦ blue 102

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

Shades of Persian Indigo #320766

Tints of Persian Indigo #320766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

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

R = 31.45%
G = 4.4%
B = 64.15%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#320766 (or 0x320766) is known color: Persian Indigo. HEX triplet: 32, 07 and 66. RGB value is (50,7,102). Sum of RGB (Red+Green+Blue) = 50+7+102=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #320766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320766 is #CDF899. Grayscale: #1E1E1E. Windows color (decimal): -13498522 or 6686514. OLE color: 6686514.

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

Color convert

RGB 50 7 102 -
CMYK 0.51 0.93 0 0.6
HSL 267.16º 0.87% 0.21% -
HSV(B) 267.16º 0.93% 0.4% -
XYZ 3.79 1.79 12.72 -
YUV 30.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 50 7 102 0.51 0.93 0 0.6 267.16 0.87 0.21
Hex 32 7 66 33 5D 0 3C 10B 57 15
Octal 62 7 146 63 135 0 74 413 127 25
Binary 110010 111 1100110 110011 1011101 0 111100 100001011 1010111 10101

Color Harmonies of #320766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320766

Black with #320766

Text Example


Text Example

White with #320766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320766; }

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

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

background-color css

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

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

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

border-color css

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

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

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