Html Css Color HEX #321592 Persian Indigo

📋 copy color: '#321592'

red 50 ◦ green 21 ◦ blue 146

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

Shades of Persian Indigo #321592

Tints of Persian Indigo #321592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

 BLUE value IS 146 (57.42% from 255) = 67.28%

R = 23.04%
G = 9.68%
B = 67.28%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#321592 (or 0x321592) is known color: Persian Indigo. HEX triplet: 32, 15 and 92. RGB value is (50,21,146). Sum of RGB (Red+Green+Blue) = 50+21+146=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #321592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321592 is #CDEA6D. Grayscale: #2B2B2B. Windows color (decimal): -13494894 or 9573682. OLE color: 9573682.

HSL color Cylindrical-coordinate representation of color #321592: hue angle of 253.92º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321592 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 21 146 -
CMYK 0.66 0.86 0 0.43
HSL 253.92º 0.75% 0.33% -
HSV(B) 253.92º 0.86% 0.57% -
XYZ 6.77 3.29 27.47 -
YUV 43.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 50 21 146 0.66 0.86 0 0.43 253.92 0.75 0.33
Hex 32 15 92 42 56 0 2B FE 4B 21
Octal 62 25 222 102 126 0 53 376 113 41
Binary 110010 10101 10010010 1000010 1010110 0 101011 11111110 1001011 100001

Color Harmonies of #321592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321592

Black with #321592

Text Example


Text Example

White with #321592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321592; }

 p { color: rgb(50,21,146); }

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

background-color css

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

 a { background-color: rgb(50,21,146); }

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

border-color css

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

 span { border-color: rgb(50,21,146); }

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