Html Css Color HEX #320681 Persian Indigo

📋 copy color: '#320681'

red 50 ◦ green 6 ◦ blue 129

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

Shades of Persian Indigo #320681

Tints of Persian Indigo #320681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 69.73%

R = 27.03%
G = 3.24%
B = 69.73%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#320681 (or 0x320681) is known color: Persian Indigo. HEX triplet: 32, 06 and 81. RGB value is (50,6,129). Sum of RGB (Red+Green+Blue) = 50+6+129=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #320681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320681 is #CDF97E. Grayscale: #202020. Windows color (decimal): -13498751 or 8455730. OLE color: 8455730.

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

Color convert

RGB 50 6 129 -
CMYK 0.61 0.95 0 0.49
HSL 261.46º 0.91% 0.26% -
HSV(B) 261.46º 0.95% 0.51% -
XYZ 5.34 2.39 20.95 -
YUV 33.18 182.08 140 -
System Red Green Blue C M Y K H S L
Decimal 50 6 129 0.61 0.95 0 0.49 261.46 0.91 0.26
Hex 32 6 81 3D 5F 0 31 105 5B 1A
Octal 62 6 201 75 137 0 61 405 133 32
Binary 110010 110 10000001 111101 1011111 0 110001 100000101 1011011 11010

Color Harmonies of #320681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320681

Black with #320681

Text Example


Text Example

White with #320681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320681; }

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

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

background-color css

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

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

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

border-color css

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

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

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