Html Css Color HEX #321680 Persian Indigo

📋 copy color: '#321680'

red 50 ◦ green 22 ◦ blue 128

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

Shades of Persian Indigo #321680

Tints of Persian Indigo #321680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

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

R = 25%
G = 11%
B = 64%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#321680 (or 0x321680) is known color: Persian Indigo. HEX triplet: 32, 16 and 80. RGB value is (50,22,128). Sum of RGB (Red+Green+Blue) = 50+22+128=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #321680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321680 is #CDE97F. Grayscale: #2A2A2A. Windows color (decimal): -13494656 or 8394290. OLE color: 8394290.

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

Color convert

RGB 50 22 128 -
CMYK 0.61 0.83 0 0.50
HSL 255.85º 0.71% 0.29% -
HSV(B) 255.85º 0.83% 0.5% -
XYZ 5.5 2.81 20.67 -
YUV 42.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 50 22 128 0.61 0.83 0 0.50 255.85 0.71 0.29
Hex 32 16 80 3D 53 0 32 100 47 1D
Octal 62 26 200 75 123 0 62 400 107 35
Binary 110010 10110 10000000 111101 1010011 0 110010 100000000 1000111 11101

Color Harmonies of #321680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321680

Black with #321680

Text Example


Text Example

White with #321680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321680; }

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

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

background-color css

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

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

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

border-color css

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

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

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