Html Css Color HEX #321789 Persian Indigo

📋 copy color: '#321789'

red 50 ◦ green 23 ◦ blue 137

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

Shades of Persian Indigo #321789

Tints of Persian Indigo #321789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.95%

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

R = 23.81%
G = 10.95%
B = 65.24%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#321789 (or 0x321789) is known color: Persian Indigo. HEX triplet: 32, 17 and 89. RGB value is (50,23,137). Sum of RGB (Red+Green+Blue) = 50+23+137=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #321789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321789 is #CDE876. Grayscale: #2B2B2B. Windows color (decimal): -13494391 or 8984370. OLE color: 8984370.

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

Color convert

RGB 50 23 137 -
CMYK 0.64 0.83 0 0.46
HSL 254.21º 0.71% 0.31% -
HSV(B) 254.21º 0.83% 0.54% -
XYZ 6.14 3.1 23.94 -
YUV 44.07 180.45 132.23 -
System Red Green Blue C M Y K H S L
Decimal 50 23 137 0.64 0.83 0 0.46 254.21 0.71 0.31
Hex 32 17 89 40 53 0 2E FE 47 1F
Octal 62 27 211 100 123 0 56 376 107 37
Binary 110010 10111 10001001 1000000 1010011 0 101110 11111110 1000111 11111

Color Harmonies of #321789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321789

Black with #321789

Text Example


Text Example

White with #321789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321789; }

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

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

background-color css

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

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

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

border-color css

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

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

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