Html Css Color HEX #320689 Persian Indigo

📋 copy color: '#320689'

red 50 ◦ green 6 ◦ blue 137

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

Shades of Persian Indigo #320689

Tints of Persian Indigo #320689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 70.98%

R = 25.91%
G = 3.11%
B = 70.98%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#320689 (or 0x320689) is known color: Persian Indigo. HEX triplet: 32, 06 and 89. RGB value is (50,6,137). Sum of RGB (Red+Green+Blue) = 50+6+137=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #320689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320689 is #CDF976. Grayscale: #212121. Windows color (decimal): -13498743 or 8980018. OLE color: 8980018.

HSL color Cylindrical-coordinate representation of color #320689: hue angle of 260.15º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320689 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 6 137 -
CMYK 0.64 0.96 0 0.46
HSL 260.15º 0.92% 0.28% -
HSV(B) 260.15º 0.96% 0.54% -
XYZ 5.9 2.61 23.86 -
YUV 34.09 186.08 139.35 -
System Red Green Blue C M Y K H S L
Decimal 50 6 137 0.64 0.96 0 0.46 260.15 0.92 0.28
Hex 32 6 89 40 60 0 2E 104 5C 1C
Octal 62 6 211 100 140 0 56 404 134 34
Binary 110010 110 10001001 1000000 1100000 0 101110 100000100 1011100 11100

Color Harmonies of #320689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320689

Black with #320689

Text Example


Text Example

White with #320689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320689; }

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

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

background-color css

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

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

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

border-color css

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

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

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