Html Css Color HEX #320679 Persian Indigo

📋 copy color: '#320679'

red 50 ◦ green 6 ◦ blue 121

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

Shades of Persian Indigo #320679

Tints of Persian Indigo #320679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

 BLUE value IS 121 (47.66% from 255) = 68.36%

R = 28.25%
G = 3.39%
B = 68.36%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#320679 (or 0x320679) is known color: Persian Indigo. HEX triplet: 32, 06 and 79. RGB value is (50,6,121). Sum of RGB (Red+Green+Blue) = 50+6+121=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #320679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320679 is #CDF986. Grayscale: #1F1F1F. Windows color (decimal): -13498759 or 7931442. OLE color: 7931442.

HSL color Cylindrical-coordinate representation of color #320679: hue angle of 262.96º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320679 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 6 121 -
CMYK 0.59 0.95 0 0.53
HSL 262.96º 0.91% 0.25% -
HSV(B) 262.96º 0.95% 0.47% -
XYZ 4.83 2.19 18.26 -
YUV 32.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 50 6 121 0.59 0.95 0 0.53 262.96 0.91 0.25
Hex 32 6 79 3B 5F 0 35 107 5B 19
Octal 62 6 171 73 137 0 65 407 133 31
Binary 110010 110 1111001 111011 1011111 0 110101 100000111 1011011 11001

Color Harmonies of #320679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320679

Black with #320679

Text Example


Text Example

White with #320679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320679; }

 p { color: rgb(50,6,121); }

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

background-color css

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

 a { background-color: rgb(50,6,121); }

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

border-color css

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

 span { border-color: rgb(50,6,121); }

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