Html Css Color HEX #320680 Persian Indigo

📋 copy color: '#320680'

red 50 ◦ green 6 ◦ blue 128

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

Shades of Persian Indigo #320680

Tints of Persian Indigo #320680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 69.57%

R = 27.17%
G = 3.26%
B = 69.57%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#320680 (or 0x320680) is known color: Persian Indigo. HEX triplet: 32, 06 and 80. RGB value is (50,6,128). Sum of RGB (Red+Green+Blue) = 50+6+128=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 128 (50.39% from 255 or 69.57% from 184); Max value from RGB is 128 - color contains mainly: blue. Hex color #320680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320680 is #CDF97F. Grayscale: #202020. Windows color (decimal): -13498752 or 8390194. OLE color: 8390194.

HSL color Cylindrical-coordinate representation of color #320680: hue angle of 261.64º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320680 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 6 128 -
CMYK 0.61 0.95 0 0.50
HSL 261.64º 0.91% 0.26% -
HSV(B) 261.64º 0.95% 0.5% -
XYZ 5.28 2.37 20.6 -
YUV 33.06 181.58 140.08 -
System Red Green Blue C M Y K H S L
Decimal 50 6 128 0.61 0.95 0 0.50 261.64 0.91 0.26
Hex 32 6 80 3D 5F 0 32 106 5B 1A
Octal 62 6 200 75 137 0 62 406 133 32
Binary 110010 110 10000000 111101 1011111 0 110010 100000110 1011011 11010

Color Harmonies of #320680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320680

Black with #320680

Text Example


Text Example

White with #320680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320680; }

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

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

background-color css

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

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

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

border-color css

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

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

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