Html Css Color HEX #321685 Persian Indigo

📋 copy color: '#321685'

red 50 ◦ green 22 ◦ blue 133

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

Shades of Persian Indigo #321685

Tints of Persian Indigo #321685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 64.88%

R = 24.39%
G = 10.73%
B = 64.88%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#321685 (or 0x321685) is known color: Persian Indigo. HEX triplet: 32, 16 and 85. RGB value is (50,22,133). Sum of RGB (Red+Green+Blue) = 50+22+133=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #321685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321685 is #CDE97A. Grayscale: #2A2A2A. Windows color (decimal): -13494651 or 8721970. OLE color: 8721970.

HSL color Cylindrical-coordinate representation of color #321685: hue angle of 255.14º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321685 is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 22 133 -
CMYK 0.62 0.83 0 0.48
HSL 255.14º 0.72% 0.3% -
HSV(B) 255.14º 0.83% 0.52% -
XYZ 5.84 2.95 22.45 -
YUV 43.03 178.78 132.97 -
System Red Green Blue C M Y K H S L
Decimal 50 22 133 0.62 0.83 0 0.48 255.14 0.72 0.3
Hex 32 16 85 3E 53 0 30 FF 48 1E
Octal 62 26 205 76 123 0 60 377 110 36
Binary 110010 10110 10000101 111110 1010011 0 110000 11111111 1001000 11110

Color Harmonies of #321685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321685

Black with #321685

Text Example


Text Example

White with #321685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321685; }

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

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

background-color css

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

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

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

border-color css

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

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

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